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 +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -139,15 +139,15 @@ const Footer = () => {
139
139
< Stack align = { 'flex-start' } >
140
140
< ListHeader > Social</ ListHeader >
141
141
< ButtonGroup >
142
- < a href = "https://twitter.com/developer_dao" >
142
+ < Link target = { '_blank' } href = "https://twitter.com/developer_dao" >
143
143
< FaTwitter aria-label = "Twitter" />
144
- </ a >
145
- < a href = "https://t.co/k407RuG8eV" >
144
+ </ Link >
145
+ < Link target = { '_blank' } href = "https://t.co/k407RuG8eV" >
146
146
< FaDiscord aria-label = "Discord" />
147
- </ a >
148
- < a href = "https://github.com/Developer-DAO" >
147
+ </ Link >
148
+ < Link target = { '_blank' } href = "https://github.com/Developer-DAO" >
149
149
< FaGithub aria-label = "Github" />
150
- </ a >
150
+ </ Link >
151
151
</ ButtonGroup >
152
152
</ Stack >
153
153
</ SimpleGrid >
Original file line number Diff line number Diff line change @@ -88,6 +88,12 @@ const IntroComponent = () => {
88
88
py = { { base : '1rem' , xl : '1.5rem' } }
89
89
borderRadius = { { base : '.438rem' , xl : '0.688rem' } }
90
90
fontSize = { { base : '0.75rem' , xl : '1.25rem' } }
91
+ onClick = { ( ) => {
92
+ window . open (
93
+ 'https://developerdao.notion.site/How-to-use-Snapshot-32692309faf446ddb2a898f22050fb5f#05f55b4052c044169402a443b36945ff' ,
94
+ '_blank' ,
95
+ ) ;
96
+ } }
91
97
>
92
98
< Box as = { BsFillLightningChargeFill } mr = ".5rem" color = "#FFD666" />
93
99
Read our snapshot
You can’t perform that action at this time.
0 commit comments