@@ -52,8 +52,9 @@ const Footer = () => {
5252 < a
5353 href = { footer_links . documentation }
5454 target = '_blank'
55- rel = "noreferrer"
56- className = { styles . Link } >
55+ rel = 'noreferrer'
56+ className = { styles . Link }
57+ >
5758 < Translate > Documentation</ Translate > < LabelPairedArrowUpRightSmRegularIcon />
5859 </ a >
5960 </ li >
@@ -147,8 +148,9 @@ const Footer = () => {
147148 < a
148149 href = { footer_links . documentation }
149150 target = '_blank'
150- rel = "noreferrer"
151- className = { styles . Link } >
151+ rel = 'noreferrer'
152+ className = { styles . Link }
153+ >
152154 < Text className = { styles . labelcolor } size = 'sm' >
153155 < Translate > Documentation</ Translate >
154156 </ Text >
@@ -240,7 +242,9 @@ const Footer = () => {
240242 </ Heading . H5 >
241243 < p className = { styles . SectionContent } >
242244 < Text size = 'sm' >
243- < Translate > Discuss ideas and share solutions with developers worldwide.</ Translate >
245+ < Translate >
246+ Discuss ideas and share solutions with developers worldwide.
247+ </ Translate >
244248 </ Text >
245249 </ p >
246250 < div className = { styles . CommunityButton } data-testid = 'community-button' >
@@ -269,7 +273,7 @@ const Footer = () => {
269273 </ div >
270274 < div className = { styles . Box } >
271275 < Heading . H5 className = { styles . SectionTitle } >
272- < Translate > We' re here to help</ Translate >
276+ < Translate > We' re here to help</ Translate >
273277 </ Heading . H5 >
274278 < p className = { styles . SectionContent } >
275279 < Text size = 'sm' style = { { display : 'inline' } } >
0 commit comments