From 4aa8f15c0711d9680ec9be0df576be610bfe395b Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 7 Oct 2023 15:27:05 +0100 Subject: [PATCH] Add email icon in footer --- src/components/Footer.astro | 21 ++++++++++++++++----- src/icons/letter.svg | 1 + 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 src/icons/letter.svg diff --git a/src/components/Footer.astro b/src/components/Footer.astro index d7bd38d5a..ace4fe92c 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -31,7 +31,8 @@ import Icon from './AstroIcon.astro'; YouTube + target='_blank'>YouTube

@@ -67,20 +68,30 @@ import Icon from './AstroIcon.astro'; Privacy · + + + - +

diff --git a/src/icons/letter.svg b/src/icons/letter.svg new file mode 100644 index 000000000..4d23b2aab --- /dev/null +++ b/src/icons/letter.svg @@ -0,0 +1 @@ + \ No newline at end of file