From 21232617a92bb4b60b08a035be1247c8c5eb2ce9 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Thu, 20 Jul 2023 22:33:46 +0600 Subject: [PATCH] chore: add youtube and twitter icon --- 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 StoreFAQs © 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