Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantGupta2325 committed Jan 7, 2025
1 parent fffa2f1 commit 04678f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devsoc24-landing/src/components/Screens/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ const Footer = () => {
right at your finger tips. To take the leap is what you choose.
</p>
<button
// onClick={() => {
// void router.push("/menu");
// }}
onClick={() => {
void router.push("/menu");
}}
className="font-vcr z-[100] my-2 flex h-[50px] w-[100px] items-center justify-center border-2 border-black bg-white text-black hover:cursor-pointer hover:bg-black hover:text-white sm:self-start"
>
Coming Soon
Enter
</button>
</div>
</div>
Expand Down

0 comments on commit 04678f4

Please sign in to comment.