Skip to content

Commit

Permalink
small 404 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud11PL committed Jul 31, 2024
1 parent 5565165 commit 4159e46
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/NotFoundPage/NotFoundPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,16 @@ const NotFoundPage: React.FC<NotFoundPageProps> = props => {
<Text className={classes.header} size={6} fontWeight="bold" lineHeight={3}>
<FormattedMessage id="yH56V+" defaultMessage="Ooops!..." />
</Text>
<Text className={classes.header} size={4} fontWeight="bold" lineHeight={2}>
<Text
className={classes.header}
size={4}
fontWeight="bold"
lineHeight={2}
display="block"
>
<FormattedMessage id="bj6pTd" defaultMessage="Something's missing" />
</Text>
<Text>
<Text display="block">
<FormattedMessage id="nRiOg+" defaultMessage="Sorry, the page was not found" />
</Text>
</div>
Expand Down

0 comments on commit 4159e46

Please sign in to comment.