icons wrong way round
This commit is contained in:
parent
09fc431916
commit
0741e9c81f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue