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 5c9cc19 commit 118be5bCopy full SHA for 118be5b
src/modules/static-layout/navbar.tsx
@@ -35,6 +35,7 @@ export default function Navbar({ links }: Props) {
35
</Link>
36
</li>
37
</ul>
38
+ {/* TODO: Enable reservations using app
39
<Button
40
onClick={() => {
41
nProgress.start();
@@ -43,6 +44,7 @@ export default function Navbar({ links }: Props) {
43
44
>
45
Reserve
46
</Button>
47
+ */}
48
</div>
49
);
50
}
0 commit comments