add page titles

This commit is contained in:
Ash Monsh 2023-04-21 05:58:16 +03:00
parent b39ef68372
commit 3039ad9315
12 changed files with 39 additions and 12 deletions

View file

@ -6,7 +6,7 @@ export default function Custom404() {
const { formatMessage, labels } = useMessages();
return (
<AppLayout>
<AppLayout title={formatMessage(labels.pageNotFound)}>
<Row>
<Column>
<Flexbox alignItems="center" justifyContent="center" flex={1} style={{ minHeight: 600 }}>