Skip to content

Commit

Permalink
Remove non-existent arrowup
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Jul 31, 2024
1 parent 03892ef commit 8c66575
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/splitter/UBHDObjMaskSplitter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
{l10n.hinweistext1[$appLanguageStore]}
{l10n[options.label][$appLanguageStore]}
{l10n.hinweistext2[$appLanguageStore]}
{#if options.direction === "up"}
<ArrowUpOutline class="inline-block w-6 h-6" />
{/if}
{#if options.direction === "right"}
<ArrowRightOutline class="inline-block w-6 h-6" />
{/if}
Expand Down

0 comments on commit 8c66575

Please sign in to comment.