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

Commit b1afcb3

Browse files
committed
updating footer items
1 parent 434ffc8 commit b1afcb3

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

frontend/src/Components/Footer/index.tsx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
useColorMode,
1111
} from '@chakra-ui/react';
1212
import { ReactNode } from 'react';
13-
import { FaDiscord, FaGithub, FaTwitter } from 'react-icons/fa';
13+
import { FaDiscord, FaGithub, FaTwitter, FaYoutube } from 'react-icons/fa';
1414

1515
const ListHeader = ({ children }: { children: ReactNode }) => {
1616
return (
@@ -90,16 +90,12 @@ const Footer = () => {
9090
text: 'Forum',
9191
},
9292
{
93-
href: 'https://developerdao.notion.site/How-to-use-Snapshot-32692309faf446ddb2a898f22050fb5f#05f55b4052c044169402a443b36945ff',
93+
href: 'https://snapshot.org/#/devdao.eth',
9494
text: 'Snapshot',
9595
},
9696
{
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',
10399
},
104100
])}
105101
</Stack>
@@ -111,17 +107,13 @@ const Footer = () => {
111107
text: 'Blog',
112108
},
113109
{
114-
href: 'https://airtable.com/shrzgqiMiHE18Iy9O/tbljejdzelezqT0W7/',
115-
text: 'Learning Resources',
110+
href: 'https://developerdao.notion.site/Newsletter-d9c971f2bea446338624042ea20547f9',
111+
text: 'Newsletter',
116112
},
117113
{
118114
href: 'https://developerdao.notion.site/Projects-c2240a6c0b0c41bea285f1ef9629f6db',
119115
text: 'Projects',
120116
},
121-
{
122-
href: '#',
123-
text: 'Partners',
124-
},
125117
])}
126118
</Stack>
127119
<Stack align={'flex-start'} paddingTop="1.4375rem">
@@ -136,6 +128,12 @@ const Footer = () => {
136128
<Link target={'_blank'} href="https://github.com/Developer-DAO">
137129
<FaGithub aria-label="Github" />
138130
</Link>
131+
<Link
132+
target={'_blank'}
133+
href="hhttps://www.youtube.com/c/DeveloperDAO"
134+
>
135+
<FaYoutube aria-label="Youtube" />
136+
</Link>
139137
</ButtonGroup>
140138
</Stack>
141139
</SimpleGrid>

0 commit comments

Comments
 (0)