mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
Update index layout:
This commit is contained in:
@@ -22,7 +22,7 @@ import Background from "@/components/background";
|
|||||||
<body class="bg-background text-foreground">
|
<body class="bg-background text-foreground">
|
||||||
<Header client:load />
|
<Header client:load />
|
||||||
<main transition:animate="fade">
|
<main transition:animate="fade">
|
||||||
<Background layout="index" client:only="react" />
|
<Background layout="index" client:only="react" transition:persist />
|
||||||
<slot />
|
<slot />
|
||||||
</main>
|
</main>
|
||||||
<Footer client:load transition:persist fixed=true />
|
<Footer client:load transition:persist fixed=true />
|
||||||
|
|||||||
Reference in New Issue
Block a user