Skip to content

Commit 96c2b4a

Browse files
authored
Merge pull request #3405 from amvanbaren/footer-cleanup
Remove commented out code
2 parents c32dfb6 + f9cd4b9 commit 96c2b4a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

website/src/footer-content.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ const MainFooter = ({isSmallDisplay, isLargeDisplay}: MainFooterProps) => {
6161
<Box ml={itemSpacing}>
6262
{termsOfUse()}
6363
</Box>
64-
{/* <Box ml={itemSpacing}>
65-
{publisherAgreement()}
66-
</Box> */}
6764
<Box ml={itemSpacing}>
6865
{compliance()}
6966
</Box>
@@ -106,9 +103,6 @@ const FooterContent: FunctionComponent<{ expanded: boolean }> = ({ expanded }) =
106103
<Box mb={itemSpacing}>
107104
{termsOfUse()}
108105
</Box>
109-
{/* <Box mb={itemSpacing}>
110-
{publisherAgreement()}
111-
</Box> */}
112106
<Box mb={itemSpacing}>
113107
{compliance()}
114108
</Box>
@@ -146,11 +140,6 @@ const termsOfUse = () =>
146140
Terms of Use
147141
</LegalLink>;
148142

149-
// const publisherAgreement = () =>
150-
// <LegalLink to='/publisher-agreement-v1.0'>
151-
// Publisher Agreement
152-
// </LegalLink>;
153-
154143
const compliance = () =>
155144
<Link
156145
href='https://www.eclipse.org/legal/compliance/'

0 commit comments

Comments
 (0)