From 7e9d6dd6e583af0c8d8ecd6aad44c68b80f6efb7 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 5 Feb 2025 18:38:59 +0000 Subject: [PATCH] Updated footer to include ESAFORM logo and link --- src/lib/components/NavigationFooter.svelte | 28 +-- src/lib/styles/NavigationFooter.scss | 195 +++++++++++---------- 2 files changed, 121 insertions(+), 102 deletions(-) diff --git a/src/lib/components/NavigationFooter.svelte b/src/lib/components/NavigationFooter.svelte index 889d259..f484d4c 100644 --- a/src/lib/components/NavigationFooter.svelte +++ b/src/lib/components/NavigationFooter.svelte @@ -3,17 +3,22 @@ import ScrollToTop from "$lib/components/ScrollToTop.svelte"; import Link from "$lib/components/Link.svelte"; + import { CDN } from "$lib/constants"; + import { navigation } from "$lib/navigation";