From 6984b3dd89597c9556c2a55292ad5c9ecb29f1b4 Mon Sep 17 00:00:00 2001 From: Chai Landau <112015853+chailandau@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:11:20 -0500 Subject: [PATCH] feat: add only icons styling (#7) --- public/icons/linkedin.svg | 8 ++++++ public/icons/x.svg | 6 +++++ public/icons/youtube.svg | 5 ++++ src/components/Footer/Footer.tsx | 43 +++++++++++++++++++++++++++----- src/styles/components/footer.css | 12 ++++++++- 5 files changed, 67 insertions(+), 7 deletions(-) create mode 100644 public/icons/linkedin.svg create mode 100644 public/icons/x.svg create mode 100644 public/icons/youtube.svg diff --git a/public/icons/linkedin.svg b/public/icons/linkedin.svg new file mode 100644 index 0000000..431a2f1 --- /dev/null +++ b/public/icons/linkedin.svg @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/public/icons/x.svg b/public/icons/x.svg new file mode 100644 index 0000000..00a4de4 --- /dev/null +++ b/public/icons/x.svg @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/public/icons/youtube.svg b/public/icons/youtube.svg new file mode 100644 index 0000000..814ae34 --- /dev/null +++ b/public/icons/youtube.svg @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 32c6689..8f3a213 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,13 +1,9 @@ +import Image from "next/image"; + const Footer = () => { return (