Skip to content

Commit bb13c6d

Browse files
committed
feat: add github repo link to navbar
1 parent 1cca658 commit bb13c6d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/routes/(main)/+layout.svelte

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<script lang="ts">
2+
import "../../app.css";
3+
24
import { page } from "$app/state";
35
import { Toaster } from "$lib/components/ui/sonner";
4-
import "../../app.css";
6+
7+
import { Github } from "@lucide/svelte/icons";
8+
59
interface Props {
610
children?: import("svelte").Snippet;
711
}
@@ -49,6 +53,10 @@
4953
>
5054
</li>
5155
{/each}
56+
57+
<a class="px-3" href="https://github.com/webdev03/maths" target="_blank">
58+
<Github />
59+
</a>
5260
</ul>
5361
</div>
5462
</div>

0 commit comments

Comments
 (0)