We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffa2f1 commit 04678f4Copy full SHA for 04678f4
devsoc24-landing/src/components/Screens/Footer.tsx
@@ -84,12 +84,12 @@ const Footer = () => {
84
right at your finger tips. To take the leap is what you choose.
85
</p>
86
<button
87
- // onClick={() => {
88
- // void router.push("/menu");
89
- // }}
+ onClick={() => {
+ void router.push("/menu");
+ }}
90
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"
91
>
92
- Coming Soon
+ Enter
93
</button>
94
</div>
95
0 commit comments