Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 17a2be0

Browse files
committed
feat: add membership update
1 parent cb6fcf3 commit 17a2be0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

frontend/src/pages/index.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
HStack,
88
Icon,
99
IconButton,
10-
Link,
1110
ListItem,
1211
Stack,
1312
StackDivider,
@@ -108,6 +107,16 @@ export default function IndexPage() {
108107
</ListItem>
109108
</UnorderedList>
110109
</Stack>
110+
111+
<Stack spacing={6}>
112+
<Heading as="h2" fontSize="lg">
113+
How do I join?
114+
</Heading>
115+
<Text>
116+
Membership is temporarily closed but will be open again soon.
117+
Follow us on Twitter for updates!
118+
</Text>
119+
</Stack>
111120
</Stack>
112121

113122
<VStack spacing={4}>

0 commit comments

Comments
 (0)