icons wrong way round
This commit is contained in:
parent
09fc431916
commit
0741e9c81f
|
@ -87,7 +87,7 @@
|
|||
{#if sort.column === header}
|
||||
<svelte:component
|
||||
style="height: 1em;"
|
||||
this={sort.direction === 'asc' ? ArrowUp : ArrowDown} />
|
||||
this={sort.direction === 'asc' ? ArrowDown : ArrowUp} />
|
||||
{/if}
|
||||
</span>
|
||||
</th>
|
||||
|
|
Loading…
Reference in New Issue