@@ -61,11 +61,11 @@ const MainFooter = ({isSmallDisplay, isLargeDisplay}: MainFooterProps) => {
61
61
< Box ml = { itemSpacing } >
62
62
{ termsOfUse ( ) }
63
63
</ Box >
64
- < Box ml = { itemSpacing } >
64
+ { /* <Box ml={itemSpacing}>
65
65
{publisherAgreement()}
66
- </ Box >
66
+ </Box> */ }
67
67
< Box ml = { itemSpacing } >
68
- { copyrightAgent ( ) }
68
+ { compliance ( ) }
69
69
</ Box >
70
70
< Box ml = { itemSpacing } >
71
71
{ legalResources ( ) }
@@ -106,11 +106,11 @@ const FooterContent: FunctionComponent<{ expanded: boolean }> = ({ expanded }) =
106
106
< Box mb = { itemSpacing } >
107
107
{ termsOfUse ( ) }
108
108
</ Box >
109
- < Box mb = { itemSpacing } >
109
+ { /* <Box mb={itemSpacing}>
110
110
{publisherAgreement()}
111
- </ Box >
111
+ </Box> */ }
112
112
< Box mb = { itemSpacing } >
113
- { copyrightAgent ( ) }
113
+ { compliance ( ) }
114
114
</ Box >
115
115
< Box mb = { itemSpacing } >
116
116
{ legalResources ( ) }
@@ -136,7 +136,7 @@ const repositoryLink = () =>
136
136
137
137
const privacyPolicy = ( ) =>
138
138
< Link
139
- href = 'https://www.eclipse.org/legal/privacy.php '
139
+ href = 'https://www.eclipse.org/legal/privacy/ '
140
140
sx = { [ styles . link , styles . legalText ] } >
141
141
Privacy Policy
142
142
</ Link > ;
@@ -146,21 +146,21 @@ const termsOfUse = () =>
146
146
Terms of Use
147
147
</ LegalLink > ;
148
148
149
- const publisherAgreement = ( ) =>
150
- < LegalLink to = '/publisher-agreement-v1.0' >
151
- Publisher Agreement
152
- </ LegalLink > ;
149
+ // const publisherAgreement = () =>
150
+ // <LegalLink to='/publisher-agreement-v1.0'>
151
+ // Publisher Agreement
152
+ // </LegalLink>;
153
153
154
- const copyrightAgent = ( ) =>
154
+ const compliance = ( ) =>
155
155
< Link
156
- href = 'https://www.eclipse.org/legal/copyright.php '
156
+ href = 'https://www.eclipse.org/legal/compliance/ '
157
157
sx = { [ styles . link , styles . legalText ] } >
158
- Copyright Agent
158
+ Compliance
159
159
</ Link > ;
160
160
161
161
const legalResources = ( ) =>
162
162
< Link
163
- href = 'http://www.eclipse.org/legal'
163
+ href = 'http://www.eclipse.org/legal/ '
164
164
sx = { [ styles . link , styles . legalText ] } >
165
165
Legal Resources
166
166
</ Link > ;
@@ -170,7 +170,7 @@ const copyrightText = () =>
170
170
Copyright © < Link
171
171
href = 'https://www.eclipse.org'
172
172
sx = { styles . link } >
173
- Eclipse Foundation, Inc .
173
+ Eclipse Foundation, AISBL .
174
174
</ Link >
175
175
</ Box > ;
176
176
0 commit comments