From 509e112599771f7eb5704b918c767eb4d348e3da Mon Sep 17 00:00:00 2001 From: Aadarsh Thakur <95094057+Aadarsh805@users.noreply.github.com> Date: Sat, 11 Feb 2023 19:56:25 +0530 Subject: [PATCH] feat: added footer (#160) * added footer * made footer static inside the right container, fixed overflow, made cards container overflow-scroll instead of whole container scrolling * footer backgrund changed to backdrop-blur * text color changed to gray * pushed footer to end of the page --- components/BackToTop/BackToTopButton.tsx | 2 +- components/Footer/Footer.tsx | 23 +++++++++++++++++++++++ components/Footer/index.ts | 1 + components/cards/index.tsx | 2 +- layouts/GeneralLayout.tsx | 4 +++- pages/[subcategory].tsx | 2 +- pages/index.tsx | 2 +- 7 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 components/Footer/Footer.tsx create mode 100644 components/Footer/index.ts diff --git a/components/BackToTop/BackToTopButton.tsx b/components/BackToTop/BackToTopButton.tsx index 49a92e164..bd8b89707 100644 --- a/components/BackToTop/BackToTopButton.tsx +++ b/components/BackToTop/BackToTopButton.tsx @@ -29,7 +29,7 @@ export const BackToTopButton = () => { if (scrollY > SCROLL_LIMIT) { return ( -
+