We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cca658 commit bb13c6dCopy full SHA for bb13c6d
1 file changed
src/routes/(main)/+layout.svelte
@@ -1,7 +1,11 @@
1
<script lang="ts">
2
+ import "../../app.css";
3
+
4
import { page } from "$app/state";
5
import { Toaster } from "$lib/components/ui/sonner";
- import "../../app.css";
6
7
+ import { Github } from "@lucide/svelte/icons";
8
9
interface Props {
10
children?: import("svelte").Snippet;
11
}
@@ -49,6 +53,10 @@
49
53
>
50
54
</li>
51
55
{/each}
56
57
+ <a class="px-3" href="https://github.com/webdev03/maths" target="_blank">
58
+ <Github />
59
+ </a>
52
60
</ul>
61
</div>
62
0 commit comments