File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
316
316
< h3 className = "my-5 text-sm font-bold" >
317
317
< Translation id = { section . title } />
318
318
</ h3 >
319
- < List className = "m-0 mb-4 text-sm" >
319
+ < List className = "m-0 mb-4 list-none text-sm" >
320
320
{ section . links . map ( ( link , linkIdx ) => (
321
321
< ListItem key = { linkIdx } className = "mb-4" >
322
322
< BaseLink
@@ -346,7 +346,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
346
346
</ BaseLink >
347
347
) ) }
348
348
</ div >
349
- < List className = "m-0 flex flex-col flex-wrap justify-center p-5 text-sm font-normal sm:flex-row sm:justify-between md:justify-center" >
349
+ < List className = "m-0 flex list-none flex-col flex-wrap justify-center p-5 text-sm font-normal sm:flex-row sm:justify-between md:justify-center" >
350
350
{ dipperLinks . map ( ( { to, text } ) => (
351
351
< ListItem key = { text } className = "px-2 text-center" >
352
352
< BaseLink
You can’t perform that action at this time.
0 commit comments