diff --git a/src/atoms/LinkTranslate.svelte b/src/atoms/LinkTranslate.svelte new file mode 100644 index 0000000..64dafcc --- /dev/null +++ b/src/atoms/LinkTranslate.svelte @@ -0,0 +1,15 @@ + + + + +
+ {text} +
+
diff --git a/src/molecules/Footer.svelte b/src/molecules/Footer.svelte index 768ff40..103207b 100644 --- a/src/molecules/Footer.svelte +++ b/src/molecules/Footer.svelte @@ -3,6 +3,7 @@ import { site, currentLocation } from '../store' // Components + import LinkTranslate from '../atoms/LinkTranslate' import Switcher from '../molecules/Switcher' @@ -15,12 +16,13 @@