Skip to content

Commit

Permalink
Remove double payOff in docusaurus footer (#943)
Browse files Browse the repository at this point in the history
Co-authored-by: sushitommy <>
  • Loading branch information
sushitommy authored Dec 9, 2024
1 parent 538cd80 commit 1e87e43
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/docusaurus/src/theme/Footer/Layout/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { Footer, FooterColumn } from '@nl-rvo/components';
import { Footer } from '@nl-rvo/components';

export default function FooterLayout(): JSX.Element {
return (
<Footer maxWidth="md">
<FooterColumn>
<em style={{ fontWeight: 'var(--rvo-font-weight-normal)' }}>Wij helpen u graag vooruit!</em>
</FooterColumn>
</Footer>
);
return <Footer maxWidth="md" />;
}

0 comments on commit 1e87e43

Please sign in to comment.