Skip to content

Commit 7dd79a4

Browse files
author
Callum McIntyre
committed
Add placeholder page for /lounge
1 parent d9c82f6 commit 7dd79a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pages/lounge.tsx

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export function getStaticProps() {
2+
return {
3+
props: {
4+
title: "Winner's Lounge",
5+
},
6+
};
7+
}
8+
9+
export default function Lounge() {
10+
return <p>You need to own some NFTs to access the lounge!</p>;
11+
}

0 commit comments

Comments
 (0)