|
@@ -18,7 +18,6 @@
|
|
import Tooltip from '../Tooltip.svelte';
|
|
import Tooltip from '../Tooltip.svelte';
|
|
import CheckBox from '$lib/components/icons/CheckBox.svelte';
|
|
import CheckBox from '$lib/components/icons/CheckBox.svelte';
|
|
import ArrowLeftTag from '$lib/components/icons/ArrowLeftTag.svelte';
|
|
import ArrowLeftTag from '$lib/components/icons/ArrowLeftTag.svelte';
|
|
- import ArrowRightTag from '$lib/components/icons/ArrowRightTag.svelte';
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<div
|
|
<div
|
|
@@ -80,7 +79,7 @@
|
|
class="hover:bg-gray-50 dark:hover:bg-gray-700 rounded-lg p-1.5 transition-all"
|
|
class="hover:bg-gray-50 dark:hover:bg-gray-700 rounded-lg p-1.5 transition-all"
|
|
type="button"
|
|
type="button"
|
|
>
|
|
>
|
|
- <ArrowRightTag />
|
|
|
|
|
|
+ <ArrowLeftTag className="rotate-180" />
|
|
</button>
|
|
</button>
|
|
</Tooltip>
|
|
</Tooltip>
|
|
{/if}
|
|
{/if}
|