From 142953f762570958307968ab2ee9dae1e9d03121 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Sat, 18 Jan 2025 01:10:55 +0000 Subject: [PATCH] Outsourced social media assets to external CDN --- src/lib/components/NavigationFooter.svelte | 17 ++++++++--------- static/facebook.svg | 3 --- static/instagram.svg | 3 --- static/linkedin.svg | 3 --- static/youtube.svg | 3 --- 5 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 static/facebook.svg delete mode 100644 static/instagram.svg delete mode 100644 static/linkedin.svg delete mode 100644 static/youtube.svg diff --git a/src/lib/components/NavigationFooter.svelte b/src/lib/components/NavigationFooter.svelte index 6d905bf..f69a4da 100644 --- a/src/lib/components/NavigationFooter.svelte +++ b/src/lib/components/NavigationFooter.svelte @@ -4,7 +4,6 @@ import Link from "$lib/components/Link.svelte"; import { navigation } from "$lib/navigation"; - import { assets } from "$app/paths"; diff --git a/static/facebook.svg b/static/facebook.svg deleted file mode 100644 index bcef205..0000000 --- a/static/facebook.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/instagram.svg b/static/instagram.svg deleted file mode 100644 index 37c6e31..0000000 --- a/static/instagram.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/linkedin.svg b/static/linkedin.svg deleted file mode 100644 index 46c9e63..0000000 --- a/static/linkedin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/youtube.svg b/static/youtube.svg deleted file mode 100644 index 983742b..0000000 --- a/static/youtube.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -