From a4289ad223fe2f06d3c8a2bcd49dd50ce90ecece Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 3 Nov 2024 23:14:24 -0800 Subject: fix: make sidebar scrollable if list grows too long --- src/components/Footer/Footer.tsx | 52 +++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 27 deletions(-) (limited to 'src/components/Footer/Footer.tsx') diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 1c501d8..39262d8 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,33 +1,31 @@ import React from "react"; -import Link from 'next/link'; - +import Link from "next/link"; const Footer = () => { - return ( - - ); + return ( + + ); }; export default Footer; -- cgit v1.2.3