1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

icons wrong way round

This commit is contained in:
Martin McKeaveney 2020-07-29 13:12:13 +01:00
parent 09fc431916
commit 0741e9c81f

View file

@ -87,7 +87,7 @@
{#if sort.column === header} {#if sort.column === header}
<svelte:component <svelte:component
style="height: 1em;" style="height: 1em;"
this={sort.direction === 'asc' ? ArrowUp : ArrowDown} /> this={sort.direction === 'asc' ? ArrowDown : ArrowUp} />
{/if} {/if}
</span> </span>
</th> </th>