Skip to content

Commit 05cda71

Browse files
authored
📱 Add Dock component to default layout
1 parent 21b1b93 commit 05cda71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layouts/default.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
import Navigation from "../components/Navigation.astro";
3+
import Dock from "../Dock.astro";
34
45
import { ClientRouter } from 'astro:transitions';
56
@@ -50,5 +51,6 @@ const {
5051
<div class="flex-1 bg-base-100 md:border-2 border-neutral-content md:rounded-xl md:mx-48 lg:mx-64 p-4 overflow-y-auto">
5152
<slot />
5253
</div>
54+
<Dock />
5355
</body>
5456
</html>

0 commit comments

Comments
 (0)