From 5a91828271a548fc9754c8d9eca35f8925472581 Mon Sep 17 00:00:00 2001 From: aftabrehan Date: Sat, 9 Mar 2024 15:50:02 +0500 Subject: [PATCH] Disable Scrolling Links --- components/card.tsx | 1 + components/footer.tsx | 6 ++++-- components/header.tsx | 2 +- components/nav-dropdown.tsx | 2 ++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/components/card.tsx b/components/card.tsx index 618903c..f5bc454 100644 --- a/components/card.tsx +++ b/components/card.tsx @@ -11,6 +11,7 @@ interface CardProps { export const Card = ({ link, imageUrl, title, description }: CardProps) => ( (
  • {label} @@ -45,7 +46,7 @@ export const Footer = () => (
    {FOLLOW_US_LINKS.map(({ href, Icon }, i) => ( - + ))} @@ -62,7 +63,7 @@ export const Footer = () => (
    - + @@ -74,6 +75,7 @@ export const Footer = () => (
  • {label} diff --git a/components/header.tsx b/components/header.tsx index 05f8695..ee4fd5b 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -11,7 +11,7 @@ export const Header = () => (
    - + diff --git a/components/nav-dropdown.tsx b/components/nav-dropdown.tsx index 626c9dc..53df9d9 100644 --- a/components/nav-dropdown.tsx +++ b/components/nav-dropdown.tsx @@ -24,6 +24,7 @@ export const NavDropdown = ({
  • {title} @@ -39,6 +40,7 @@ export const NavDropdown = ({ {label}