diff --git a/src/lib/components/atoms/Button.svelte b/src/lib/components/atoms/Button.svelte index b83720e..478eda1 100644 --- a/src/lib/components/atoms/Button.svelte +++ b/src/lib/components/atoms/Button.svelte @@ -4,52 +4,48 @@ export let href = '#'; export let fontsize = '1.2rem'; export let icon = ""; - - function handleClick() { - location.href = href; - } - + +
+ {icon} + +
+
diff --git a/src/lib/components/atoms/SocialButton.svelte b/src/lib/components/atoms/SocialButton.svelte index ed44736..c2e8ed1 100644 --- a/src/lib/components/atoms/SocialButton.svelte +++ b/src/lib/components/atoms/SocialButton.svelte @@ -1,13 +1,12 @@
diff --git a/src/lib/components/molecules/NavHost.svelte b/src/lib/components/molecules/NavHost.svelte index 99e28b7..af16a82 100644 --- a/src/lib/components/molecules/NavHost.svelte +++ b/src/lib/components/molecules/NavHost.svelte @@ -1,7 +1,10 @@
- - - - + + + +
\ No newline at end of file