Skip to content

Commit

Permalink
Updated footer
Browse files Browse the repository at this point in the history
Changed copyright to Eclipse Foundation, added about link
see #154

Signed-off-by: GJonas Helming <[email protected]>
  • Loading branch information
JonasHelming committed Jun 24, 2021
1 parent bbe7fd1 commit c754b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const Footer = ({background}) => (
<img src={DiscourseLogo} alt="Discourse Logo" className="footer__icon" style={{height: '3.2rem'}}/>
</a>
</div>
<p className="footer__copyright"><a target="_blank" rel="noopener noreferrer" href=" http://www.eclipse.org/legal/privacy.php">Privacy Policy</a> | <a target="_blank" rel="noopener noreferrer" href=" http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> | <a target="_blank" rel="noopener noreferrer" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></p>
<p>© {(new Date()).getFullYear()} by <a href="https://www.typefox.io/" target="_blank" rel="noopener">TypeFox</a></p>
<p className="footer__copyright"><a target="_blank" rel="noopener noreferrer" href="https://projects.eclipse.org/projects/ecd.theia/">About</a> | <a target="_blank" rel="noopener noreferrer" href=" http://www.eclipse.org/legal/privacy.php">Privacy Policy</a> | <a target="_blank" rel="noopener noreferrer" href=" http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> | <a target="_blank" rel="noopener noreferrer" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a></p>
<p>© {(new Date()).getFullYear()} by <a href="https://www.eclipse.org/org/" target="_blank" rel="noopener">Eclipse Foundation</a></p>
</footer>
</StyledFooter>
)
Expand Down

0 comments on commit c754b74

Please sign in to comment.