From b04624c7edcf8b62367b6f170e509fe6cecb5c7d Mon Sep 17 00:00:00 2001 From: matthieu42morin Date: Thu, 9 Nov 2023 00:00:42 +0100 Subject: [PATCH] Header, swtching icon => reimplement to component --- src/lib/components/MainHeader.svelte | 56 ++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 src/lib/components/MainHeader.svelte diff --git a/src/lib/components/MainHeader.svelte b/src/lib/components/MainHeader.svelte new file mode 100644 index 0000000..0ea4f79 --- /dev/null +++ b/src/lib/components/MainHeader.svelte @@ -0,0 +1,56 @@ + + + + + +
+ Logo + + {config.title} +
+
+
+ + Blog about the struggles of building a blog! + + + + + + Matt's LinkedIn Acount + + + + Github account + + + + +
\ No newline at end of file