From eb0e0cf1393eee6d9ff400689f8ef30baea3cb1a Mon Sep 17 00:00:00 2001 From: Nahlee Naria Khan <95993773+renee-k@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:22:51 -0500 Subject: [PATCH] disabled hackerpack and fixed tooltips --- components/Dashboard/TileHackerPack/index.tsx | 2 +- components/HomePage/Navbar/index.tsx | 2 +- components/Shared/Footer/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Dashboard/TileHackerPack/index.tsx b/components/Dashboard/TileHackerPack/index.tsx index 785a2b0..b991399 100644 --- a/components/Dashboard/TileHackerPack/index.tsx +++ b/components/Dashboard/TileHackerPack/index.tsx @@ -15,7 +15,7 @@ type Props = { const TileHackerPack = (props: Props) => { const { status } = props - const disabled = ['pending', 'registering', 'applied', 'selected', 'rejected'].includes(status) + const disabled = ['pending', 'registering', 'applied', 'selected', 'rejected', 'accepted'].includes(status) return ( { {!toggles.dashboard && ( <> - + 2024 diff --git a/components/Shared/Footer/index.tsx b/components/Shared/Footer/index.tsx index 1b3d813..5b4dc41 100644 --- a/components/Shared/Footer/index.tsx +++ b/components/Shared/Footer/index.tsx @@ -24,7 +24,7 @@ const Footer = () => { flexWrap="wrap" > DeerHacks © 2025 - + 2024