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 +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const Footer = () => {
83
83
< Link
84
84
textDecoration = "underline"
85
85
_hover = { { textDecoration : 'none' } }
86
- href = { '# ' }
86
+ href = { 'https://www.youtube.com/channel/UCoYk_C5So-Tec1OGzbGKhRw ' }
87
87
isExternal
88
88
>
89
89
Podcast
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ const MenuItem = ({
119
119
to : string ;
120
120
} ) => {
121
121
return (
122
- < Link href = { to } >
122
+ < Link target = "_blank" href = { to } >
123
123
< Text display = "block" fontSize = { '20px' } { ...rest } >
124
124
{ children }
125
125
</ Text >
@@ -137,11 +137,19 @@ const MenuLinks = ({ isOpen }: { isOpen: boolean }) => {
137
137
direction = { { base : 'column' , md : 'row' } }
138
138
pt = { [ 8 , 4 , 0 , 0 ] }
139
139
>
140
- < MenuItem to = "/" > Latest Updates</ MenuItem >
141
- < MenuItem to = "/how" > Events</ MenuItem >
142
- < MenuItem to = "/DAO Wiki" > DAO Wiki </ MenuItem >
143
- < MenuItem to = "/pricing" > Job Board </ MenuItem >
144
- < MenuItem to = "/pricing" > Projects </ MenuItem >
140
+ < MenuItem to = "https://twitter.com/developer_dao" >
141
+ Latest Updates
142
+ </ MenuItem >
143
+ < MenuItem to = "/" > Events</ MenuItem >
144
+ < MenuItem to = "https://developerdao.notion.site/developerdao/Developer-DAO-Wiki-eff4dcb00bef46fbaa93e9e4cf940e2e" >
145
+ DAO Wiki{ ' ' }
146
+ </ MenuItem >
147
+ < MenuItem to = "https://developerdao.pallet.com/jobs" >
148
+ Job Board{ ' ' }
149
+ </ MenuItem >
150
+ < MenuItem to = "https://developerdao.notion.site/Projects-c2240a6c0b0c41bea285f1ef9629f6db" >
151
+ Projects{ ' ' }
152
+ </ MenuItem >
145
153
< Switch
146
154
size = "md"
147
155
display = { { base : 'block' , md : 'none' } }
You can’t perform that action at this time.
0 commit comments