File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 33 "containers" : {
44 "footer" : {
55 "links" : {
6- "openJSFoundation" : " OpenJS Foundation" ,
6+ "openJSFoundation" : " © OpenJS Foundation" ,
77 "trademarkPolicy" : " Trademark Policy" ,
88 "privacyPolicy" : " Privacy Policy" ,
99 "versionSupport" : " Version Support" ,
Original file line number Diff line number Diff line change @@ -60,15 +60,14 @@ const Footer: FC<FooterProps> = ({
6060 < div className = { styles . sectionPrimary } >
6161 { slots ?. primary }
6262
63- { navigation . footerLinks . slice ( 0 , - 1 ) . map ( ( item , index ) => (
63+ { navigation . footerLinks . slice ( 0 , - 1 ) . map ( item => (
6464 < NavItem
6565 key = { item . link }
6666 type = "footer"
6767 href = { item . link }
6868 as = { as }
6969 pathname = { pathname }
7070 >
71- { index === 0 ? '© ' : '' }
7271 { item . text }
7372 </ NavItem >
7473 ) ) }
You can’t perform that action at this time.
0 commit comments