@@ -10,7 +10,7 @@ import {
10
10
useColorMode ,
11
11
} from '@chakra-ui/react' ;
12
12
import { ReactNode } from 'react' ;
13
- import { FaDiscord , FaGithub , FaTwitter } from 'react-icons/fa' ;
13
+ import { FaDiscord , FaGithub , FaTwitter , FaYoutube } from 'react-icons/fa' ;
14
14
15
15
const ListHeader = ( { children } : { children : ReactNode } ) => {
16
16
return (
@@ -90,16 +90,12 @@ const Footer = () => {
90
90
text : 'Forum' ,
91
91
} ,
92
92
{
93
- href : 'https://developerdao.notion.site/How-to-use-Snapshot-32692309faf446ddb2a898f22050fb5f#05f55b4052c044169402a443b36945ff ' ,
93
+ href : 'https://snapshot.org/#/devdao.eth ' ,
94
94
text : 'Snapshot' ,
95
95
} ,
96
96
{
97
- href : 'https://www.youtube.com/channel/UCoYk_C5So-Tec1OGzbGKhRw' ,
98
- text : 'Podcast' ,
99
- } ,
100
- {
101
- href : 'https://developerdao.notion.site/Newsletter-d9c971f2bea446338624042ea20547f9' ,
102
- text : 'Newsletter' ,
97
+ href : 'https://docs.google.com/forms/d/e/1FAIpQLSfEBUILgv1MVf6TP_LlIoA4BKJPA93A75Owz5NwDdfk6oX0IA/viewform' ,
98
+ text : 'Become a partner' ,
103
99
} ,
104
100
] ) }
105
101
</ Stack >
@@ -111,17 +107,13 @@ const Footer = () => {
111
107
text : 'Blog' ,
112
108
} ,
113
109
{
114
- href : 'https://airtable.com/shrzgqiMiHE18Iy9O/tbljejdzelezqT0W7/ ' ,
115
- text : 'Learning Resources ' ,
110
+ href : 'https://developerdao.notion.site/Newsletter-d9c971f2bea446338624042ea20547f9 ' ,
111
+ text : 'Newsletter ' ,
116
112
} ,
117
113
{
118
114
href : 'https://developerdao.notion.site/Projects-c2240a6c0b0c41bea285f1ef9629f6db' ,
119
115
text : 'Projects' ,
120
116
} ,
121
- {
122
- href : '#' ,
123
- text : 'Partners' ,
124
- } ,
125
117
] ) }
126
118
</ Stack >
127
119
< Stack align = { 'flex-start' } paddingTop = "1.4375rem" >
@@ -136,6 +128,12 @@ const Footer = () => {
136
128
< Link target = { '_blank' } href = "https://github.com/Developer-DAO" >
137
129
< FaGithub aria-label = "Github" />
138
130
</ Link >
131
+ < Link
132
+ target = { '_blank' }
133
+ href = "hhttps://www.youtube.com/c/DeveloperDAO"
134
+ >
135
+ < FaYoutube aria-label = "Youtube" />
136
+ </ Link >
139
137
</ ButtonGroup >
140
138
</ Stack >
141
139
</ SimpleGrid >
0 commit comments