This repository was archived by the owner on Dec 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 36
36
"title" : " How do I join?" ,
37
37
"body" : " Membership is temporarily closed but will be open again soon. Follow us on Twitter for updates!"
38
38
},
39
+ "links" : {
40
+ "title" : " Useful links" ,
41
+ "wiki" : " Wiki" ,
42
+ "forum" : " Forum" ,
43
+ "snapshot" : " Snapshot"
44
+ },
39
45
"socialLinkLabel" : " Opens the Developer DAO {{platform}} in the current tab"
40
46
}
Original file line number Diff line number Diff line change @@ -103,6 +103,17 @@ export default function IndexPage() {
103
103
</ Heading >
104
104
< Text > { t ( 'membership.body' ) } </ Text >
105
105
</ Stack >
106
+
107
+ < Stack spacing = { 6 } >
108
+ < Heading as = "h2" fontSize = "lg" >
109
+ { t ( 'links.title' ) }
110
+ </ Heading >
111
+ < UnorderedList spacing = { 3 } >
112
+ < ListItem > < a href = "https://developerdao.notion.site/developerdao/Developer-DAO-Wiki-eff4dcb00bef46fbaa93e9e4cf940e2e" > { t ( 'links.wiki' ) } </ a > </ ListItem >
113
+ < ListItem > < a href = "https://forum.developerdao.com" > { t ( 'links.forum' ) } </ a > </ ListItem >
114
+ < ListItem > < a href = "https://snapshot.org/#/devdao.eth" > { t ( 'links.snapshot' ) } </ a > </ ListItem >
115
+ </ UnorderedList >
116
+ </ Stack >
106
117
</ Stack >
107
118
108
119
< VStack spacing = { 4 } >
You can’t perform that action at this time.
0 commit comments