From 988f40eab02c219ac44cf6c0cba57324330e2fe9 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 28 Jul 2025 23:40:53 +0100 Subject: [PATCH] Fixed strathclyde url --- src/lib/components/NavigationFooter.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/NavigationFooter.svelte b/src/lib/components/NavigationFooter.svelte index 18192ed..ca01298 100644 --- a/src/lib/components/NavigationFooter.svelte +++ b/src/lib/components/NavigationFooter.svelte @@ -26,7 +26,7 @@ alt: "National University of Singapore Logo", }, { - href: "https://strath.ac.uk", + href: "https://www.strath.ac.uk", src: CDN + "/USG_Logo.webp", alt: "Strathclyde University Logo", },