Skip to content

Commit e3597de

Browse files
committed
flechita para aclarar
1 parent 97b3630 commit e3597de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sitio-sveltekit/src/routes/+page.svelte

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import {
99
AlertCircleIcon,
1010
AlertOctagonIcon,
11+
ArrowDownIcon,
1112
ArrowLeftIcon,
1213
ArrowRightIcon,
1314
ClockIcon,
@@ -356,9 +357,10 @@
356357
<th class="px-4 py-2 text-left text-neutral-700 dark:text-neutral-300">Hora Programada</th
357358
>
358359
<th class="px-4 py-2 text-left text-neutral-700 dark:text-neutral-300">Hora Real</th>
359-
<th class="px-4 py-2 text-left text-neutral-700 dark:text-neutral-300"
360-
>Demora en despegar</th
361-
>
360+
<th class="flex items-center px-4 py-2 text-left text-neutral-700 dark:text-neutral-300">
361+
Demora en despegar
362+
<ArrowDownIcon class="size-4" />
363+
</th>
362364
</tr>
363365
</thead>
364366
<tbody>

0 commit comments

Comments
 (0)