Skip to content

Commit

Permalink
fix(ui): remove footer spikes and sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Jan 31, 2024
1 parent 42bfe14 commit 78fe788
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 52 deletions.
Binary file modified frontend/public/favicon.ico
Binary file not shown.
25 changes: 7 additions & 18 deletions frontend/src/components/theme/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
* @module components/theme/Footer/Footer
*/

import React from 'react';
import { Container } from 'semantic-ui-react';
import { injectIntl } from 'react-intl';
import FooterColumns from '@package/components/theme/Footer/FooterColumns';
import { injectIntl } from 'react-intl';
import { Container } from 'semantic-ui-react';

/**
* Component to display the footer.
Expand All @@ -18,28 +17,18 @@ const Footer = ({ intl }) => (
<footer className="site-footer" role="contentinfo">
<Container>
<FooterColumns />
<div className="sponsors-wrapper">
<div className="sponsor">
<a
aria-label="ANBI"
href="https://anbi.nl/"
target="_blank"
rel="noopener noreferrer"
>
<span class="sponsors-logo anbi"></span>
</a>
</div>
{/* <div className="sponsors-wrapper">
<div className="sponsor">
<a
aria-label="OCW"
href="https://www.denhaag.nl"
aria-label=""
href=""
target="_blank"
rel="noopener noreferrer"
>
<span class="sponsors-logo ocw"></span>
<span class=""></span>
</a>
</div>
</div>
</div> */}
</Container>
</footer>
);
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/components/theme/Footer/NewsletterSubscribe.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { injectIntl, defineMessages } from 'react-intl';
import { defineMessages, injectIntl } from 'react-intl';

const messages = defineMessages({
subscribe: {
Expand All @@ -10,7 +10,6 @@ const messages = defineMessages({
const NewsletterSubscribe = ({ intl }) => (
<div className="newsletter-subscribe">
<a
href="https://mailchi.mp/fdcc9a135efd/nieuwsbrief-haags-historisch-museum"
target="_blank"
rel="noopener noreferrer"
className="newsletter-subscribe-link"
Expand Down
33 changes: 1 addition & 32 deletions frontend/theme/extras/footer.less

Large diffs are not rendered by default.

0 comments on commit 78fe788

Please sign in to comment.