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 3
3
"containers" : {
4
4
"footer" : {
5
5
"links" : {
6
- "openJSFoundation" : " OpenJS Foundation" ,
6
+ "openJSFoundation" : " © OpenJS Foundation" ,
7
7
"trademarkPolicy" : " Trademark Policy" ,
8
8
"privacyPolicy" : " Privacy Policy" ,
9
9
"versionSupport" : " Version Support" ,
Original file line number Diff line number Diff line change @@ -60,15 +60,14 @@ const Footer: FC<FooterProps> = ({
60
60
< div className = { styles . sectionPrimary } >
61
61
{ slots ?. primary }
62
62
63
- { navigation . footerLinks . slice ( 0 , - 1 ) . map ( ( item , index ) => (
63
+ { navigation . footerLinks . slice ( 0 , - 1 ) . map ( item => (
64
64
< NavItem
65
65
key = { item . link }
66
66
type = "footer"
67
67
href = { item . link }
68
68
as = { as }
69
69
pathname = { pathname }
70
70
>
71
- { index === 0 ? '© ' : '' }
72
71
{ item . text }
73
72
</ NavItem >
74
73
) ) }
You can’t perform that action at this time.
0 commit comments