Skip to content

Commit

Permalink
remove isdark
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent 4a90290 commit ef4eee0
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/>
<Header {...headerData} isSticky/>
</slot>
<main>
<slot />
Expand Down

0 comments on commit ef4eee0

Please sign in to comment.