We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b3630 commit e3597deCopy full SHA for e3597de
sitio-sveltekit/src/routes/+page.svelte
@@ -8,6 +8,7 @@
8
import {
9
AlertCircleIcon,
10
AlertOctagonIcon,
11
+ ArrowDownIcon,
12
ArrowLeftIcon,
13
ArrowRightIcon,
14
ClockIcon,
@@ -356,9 +357,10 @@
356
357
<th class="px-4 py-2 text-left text-neutral-700 dark:text-neutral-300">Hora Programada</th
358
>
359
<th class="px-4 py-2 text-left text-neutral-700 dark:text-neutral-300">Hora Real</th>
- <th class="px-4 py-2 text-left text-neutral-700 dark:text-neutral-300"
360
- >Demora en despegar</th
361
- >
+ <th class="flex items-center px-4 py-2 text-left text-neutral-700 dark:text-neutral-300">
+ Demora en despegar
362
+ <ArrowDownIcon class="size-4" />
363
+ </th>
364
</tr>
365
</thead>
366
<tbody>
0 commit comments