Skip to content

Commit

Permalink
Change settings subsection icon
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Sep 6, 2024
1 parent 3b74afc commit 0b88eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/components/left-bar/Settings.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { mdiBug, mdiCheck, mdiCheckboxBlankOutline, mdiCheckboxMarkedOutline, mdiChevronRight, mdiClipboard, mdiCog, mdiDownload, mdiFolderEdit, mdiLanConnect, mdiTune } from '@mdi/js';
import { mdiBug, mdiCheck, mdiCheckboxBlankOutline, mdiCheckboxMarkedOutline, mdiChevronRight, mdiClipboard, mdiCog, mdiDownload, mdiEggEaster, mdiFolderEdit, mdiLanConnect, mdiTune } from '@mdi/js';
import { ListBox, ListBoxItem } from '@skeletonlabs/skeleton';
import { getTranslate } from '@tolgee/svelte';
import { getContextClient } from '@urql/svelte';
Expand Down Expand Up @@ -465,7 +465,7 @@
{#if $konami}
<hr class="divider" />
<li class="section-header">
<span class="h-5 w-5"><SvgIcon class="h-full w-full" icon={mdiCog}/></span>
<span class="h-5 w-5"><SvgIcon class="h-full w-full" icon={mdiEggEaster}/></span>
<span class="flex-auto">
<T defaultValue="Secret settings" keyName="settings.secret-settings"/>
</span>
Expand Down

0 comments on commit 0b88eb3

Please sign in to comment.