make register and login to layout
Some checks failed
Build Docker Image Front / run (pull_request) Failing after 39s
Build Docker Image Back / run (pull_request) Successful in 23s
JsDocs / coverage (pull_request) Successful in 23s
Test and coverage / coverage (pull_request) Successful in 1m35s

This commit is contained in:
2024-05-20 17:04:03 +02:00
parent b47720cc4e
commit c4f7d60016
9 changed files with 489 additions and 489 deletions

View File

@ -21,7 +21,7 @@ const { metadata } = Astro.props;
<Announcement />
</slot> -->
<slot name="header">
<Header {...headerData} isSticky showRssFeed showToggleTheme />
<Header {...headerData} isSticky showToggleTheme />
</slot>
<main>
<slot />