File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ const MainFooter = ({isSmallDisplay, isLargeDisplay}: MainFooterProps) => {
61
61
< Box ml = { itemSpacing } >
62
62
{ termsOfUse ( ) }
63
63
</ Box >
64
- { /* <Box ml={itemSpacing}>
65
- {publisherAgreement()}
66
- </Box> */ }
67
64
< Box ml = { itemSpacing } >
68
65
{ compliance ( ) }
69
66
</ Box >
@@ -106,9 +103,6 @@ const FooterContent: FunctionComponent<{ expanded: boolean }> = ({ expanded }) =
106
103
< Box mb = { itemSpacing } >
107
104
{ termsOfUse ( ) }
108
105
</ Box >
109
- { /* <Box mb={itemSpacing}>
110
- {publisherAgreement()}
111
- </Box> */ }
112
106
< Box mb = { itemSpacing } >
113
107
{ compliance ( ) }
114
108
</ Box >
@@ -146,11 +140,6 @@ const termsOfUse = () =>
146
140
Terms of Use
147
141
</ LegalLink > ;
148
142
149
- // const publisherAgreement = () =>
150
- // <LegalLink to='/publisher-agreement-v1.0'>
151
- // Publisher Agreement
152
- // </LegalLink>;
153
-
154
143
const compliance = ( ) =>
155
144
< Link
156
145
href = 'https://www.eclipse.org/legal/compliance/'
You can’t perform that action at this time.
0 commit comments