From bbe8125fc13af4e6101a6e030fe6fbfcaa6942ba Mon Sep 17 00:00:00 2001
From: Arik Chakma
Date: Thu, 20 Jul 2023 22:50:06 +0600
Subject: [PATCH] chore: add youtube and twitter icon (#4241)
---
src/components/Footer.astro | 22 +++++++++++++++++-----
src/icons/twitter-fill.svg | 3 +++
2 files changed, 20 insertions(+), 5 deletions(-)
create mode 100644 src/icons/twitter-fill.svg
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index a68180c4d..b0448c062 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -1,4 +1,5 @@
---
+import AstroIcon from './AstroIcon.astro';
import Icon from './AstroIcon.astro';
---
@@ -24,10 +25,8 @@ import Icon from './AstroIcon.astro';
href='/videos'>Videos
Store FAQs
© roadmap.sh
·
- FAQs
- ·
Terms
·
Privacy
+ ·
+
+
+
+
+
+
diff --git a/src/icons/twitter-fill.svg b/src/icons/twitter-fill.svg
new file mode 100644
index 000000000..752b6fb7a
--- /dev/null
+++ b/src/icons/twitter-fill.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file