Merged in chore/partner-sas-404-page (pull request #3339)
chore: Fix partner-sas 404 page * Fix 404 page * Fix 404 links * Fix links Approved-by: Matilda Landström
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import NotFound from "@/components/NotFound"
|
||||
|
||||
export default function NotFoundPage() {
|
||||
// eslint-disable-next-line formatjs/no-literal-string-in-jsx
|
||||
return <div>Not Found</div>
|
||||
return <NotFound />
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import NotFound from "@/components/NotFound"
|
||||
|
||||
export default function NotFoundPage() {
|
||||
// eslint-disable-next-line formatjs/no-literal-string-in-jsx
|
||||
return <div>Not Found, missing lang in url?</div>
|
||||
return <NotFound />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user