This repository was archived by the owner on Dec 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import {
13
13
Text ,
14
14
UnorderedList ,
15
15
useBreakpointValue ,
16
+ VisuallyHidden ,
16
17
VStack ,
17
18
} from '@chakra-ui/react' ;
18
19
import { serverSideTranslations } from 'next-i18next/serverSideTranslations' ;
@@ -123,16 +124,31 @@ export default function IndexPage() {
123
124
href = "https://twitter.com/developer_dao"
124
125
label = "Twitter"
125
126
>
126
- < FaTwitter />
127
+ < >
128
+ < FaTwitter />
129
+ < VisuallyHidden >
130
+ Opens the Discord DAO Twitter in the current tab
131
+ </ VisuallyHidden >
132
+ </ >
127
133
</ SocialIconLink >
128
134
< SocialIconLink href = "https://discord.gg/devdao" label = "Discord" >
129
- < FaDiscord />
135
+ < >
136
+ < FaDiscord />
137
+ < VisuallyHidden >
138
+ Opens the Discord DAO Discord in the current tab
139
+ </ VisuallyHidden >
140
+ </ >
130
141
</ SocialIconLink >
131
142
< SocialIconLink
132
143
href = "https://github.com/Developer-DAO"
133
144
label = "GitHub"
134
145
>
135
- < FaGithub />
146
+ < >
147
+ < FaGithub />
148
+ < VisuallyHidden >
149
+ Opens the Discord DAO GitHub organization in the current tab
150
+ </ VisuallyHidden >
151
+ </ >
136
152
</ SocialIconLink >
137
153
</ HStack >
138
154
You can’t perform that action at this time.
0 commit comments