From 0ad4a6d1faf03d0616f937fc66586583595a1507 Mon Sep 17 00:00:00 2001 From: rk9595 <83279947+rk9595@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:41:49 +0530 Subject: [PATCH 1/3] footer-links-next-page --- src/components/Footer.tsx | 19 +++++++++++++++---- src/pages/index.page.tsx | 3 ++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 43fe8d9..fa00dd8 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -20,10 +20,21 @@ const Footer = () => ( {/* Social links */} diff --git a/src/pages/index.page.tsx b/src/pages/index.page.tsx index 5e3d6a5..a0ea66a 100644 --- a/src/pages/index.page.tsx +++ b/src/pages/index.page.tsx @@ -29,12 +29,13 @@ export const Page = ({ projects, talks, members }: PageData) => {