diff --git a/src/components/atoms/Button.svelte b/src/components/atoms/Button.svelte
index 97eb2ad..19c37e6 100644
--- a/src/components/atoms/Button.svelte
+++ b/src/components/atoms/Button.svelte
@@ -16,7 +16,7 @@
{text}
{:else if tag === 'a'}
-
+
{text}
diff --git a/src/components/molecules/Switcher.svelte b/src/components/molecules/Switcher.svelte
index 8a2f487..c652232 100644
--- a/src/components/molecules/Switcher.svelte
+++ b/src/components/molecules/Switcher.svelte
@@ -37,7 +37,7 @@
{#each links as { icon, alt, url, text }}
-
-
+
{text}