From bd0bfa562d40b5bcfa1560ca9e871f2b72569527 Mon Sep 17 00:00:00 2001
From: Kamran Ahmed
Date: Fri, 9 May 2025 02:29:49 +0100
Subject: [PATCH] Add linkedin and blusky in footer
---
.astro/settings.json | 2 +-
src/components/Footer.astro | 20 +++++++++++++++-----
src/icons/blusky.svg | 1 +
3 files changed, 17 insertions(+), 6 deletions(-)
create mode 100644 src/icons/blusky.svg
diff --git a/.astro/settings.json b/.astro/settings.json
index 24544f923..6a50c7746 100644
--- a/.astro/settings.json
+++ b/.astro/settings.json
@@ -3,6 +3,6 @@
"enabled": false
},
"_variables": {
- "lastUpdateCheck": 1745231680828
+ "lastUpdateCheck": 1746746772539
}
}
\ No newline at end of file
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 67d955327..8bfe67c40 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -67,14 +67,13 @@ import Icon from './AstroIcon.astro';
·Privacy·
- Advertise
- ·
-
+
+
+
+
diff --git a/src/icons/blusky.svg b/src/icons/blusky.svg
new file mode 100644
index 000000000..92595ce25
--- /dev/null
+++ b/src/icons/blusky.svg
@@ -0,0 +1 @@
+
\ No newline at end of file