From 87ff7e5dbd7feecc18e965b51607c2b07fad7b9d Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 11 Sep 2025 00:58:52 +0100 Subject: [PATCH] feat: Added floating git icon to page --- src/lib/components/PageIcon.svelte | 9 +++++++++ src/routes/+layout.svelte | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 src/lib/components/PageIcon.svelte diff --git a/src/lib/components/PageIcon.svelte b/src/lib/components/PageIcon.svelte new file mode 100644 index 0000000..5fbbf7a --- /dev/null +++ b/src/lib/components/PageIcon.svelte @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 1c17e2e..c2c991d 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,7 @@
//Contact + + + +