Skip to content

Commit

Permalink
Hide SocialFooter 404 pages
Browse files Browse the repository at this point in the history
Issue was originally opened in the website repository
https://github.com/centrifuge/website/issues/692
  • Loading branch information
Hornebom committed Jun 9, 2023
1 parent a5d1c1a commit 4cd5e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const NotFoundPage = () => (
<AxisTheme theme={theme}>
<ResponsiveContext.Consumer>
{size => {
return <Layout size={size}>
return <Layout size={size} hideFooter>
<SEO title="Something went wrong"/>
<Box
fill
Expand All @@ -30,7 +30,7 @@ const NotFoundPage = () => (
<Button
margin={{top: "small"}}
primary
href="/overview/introduction/"
href="/"
label="Back home"
/>
</Box>
Expand Down

0 comments on commit 4cd5e9e

Please sign in to comment.