Skip to content

Commit

Permalink
remove toggle ligt/dark
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent 2b7de66 commit 2396b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/PageLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { metadata } = Astro.props;
<Announcement />
</slot>-->
<slot name="header">
<Header {...headerData} isSticky isDark showToggleTheme/>
<Header {...headerData} isSticky isDark/>
</slot>
<main>
<slot />
Expand Down

0 comments on commit 2396b40

Please sign in to comment.