diff --git a/public/images/copy-svgrepo-com.svg b/public/images/copy-svgrepo-com.svg new file mode 100644 index 0000000..39fbf5f --- /dev/null +++ b/public/images/copy-svgrepo-com.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/correct-signal-svgrepo-com.svg b/public/images/correct-signal-svgrepo-com.svg new file mode 100644 index 0000000..147f4f9 --- /dev/null +++ b/public/images/correct-signal-svgrepo-com.svg @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/components/Divider.astro b/src/components/Divider.astro new file mode 100644 index 0000000..a1dd9fc --- /dev/null +++ b/src/components/Divider.astro @@ -0,0 +1,40 @@ + + + diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 2351689..d565a94 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,12 +1,14 @@ --- import { getLangFromUrl, getTranslations, type Lang } from "@/i18n"; import BuildHashBlocks from "@/components/BuildHashBlocks.astro"; +import Divider from "@/components/Divider.astro"; const commit = import.meta.env.PUBLIC_GIT_COMMIT || "unknown"; const lang = getLangFromUrl(Astro.url); const t = getTranslations(lang); ---