Skip to content

Commit

Permalink
UI: fix icon of intro header
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn committed Sep 2, 2024
1 parent d124bd2 commit 5a784a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/UI/BigComponents/MenuDrawer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@
</h3>

<Page {onlyLink} shown={pg.about_theme}>
<div slot="link" class="flex">
<Marker icons={layout.icon} size="h-6 w-6 mr-2" />
<svelte:fragment slot="link">
<Marker icons={layout.icon} />
<Tr t={t.showIntroduction} />
</div>
</svelte:fragment>
<svelte:fragment slot="header">
<Marker icons={layout.icon} />
<Marker size="h-6 w-6 mr-2" icons={layout.icon} />
<Tr t={layout.title} />
</svelte:fragment>
<ThemeIntroPanel {state} />
Expand Down

0 comments on commit 5a784a6

Please sign in to comment.