Skip to content

Commit 04678f4

Browse files
change
1 parent fffa2f1 commit 04678f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

devsoc24-landing/src/components/Screens/Footer.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ const Footer = () => {
8484
right at your finger tips. To take the leap is what you choose.
8585
</p>
8686
<button
87-
// onClick={() => {
88-
// void router.push("/menu");
89-
// }}
87+
onClick={() => {
88+
void router.push("/menu");
89+
}}
9090
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"
9191
>
92-
Coming Soon
92+
Enter
9393
</button>
9494
</div>
9595
</div>

0 commit comments

Comments
 (0)