We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999e61e commit 9203847Copy full SHA for 9203847
src/theme/NotFound/Content/index.js
@@ -9,7 +9,7 @@ export default function Index() {
9
<PageMetadata title="Page Not Found" />
10
<main className="mx-auto max-w-screen-lg p-6 md:p-10">
11
<div className="flex flex-col items-center justify-center space-y-8 text-center">
12
- {/* 404 Error Icon */}
+ {/* 404 Error */}
13
<div className="rounded-lg bg-[color:var(--ifm-card-background-color)] p-8 shadow-lg">
14
<svg
15
className="mx-auto h-24 w-24 text-[color:var(--ifm-color-primary)]"
0 commit comments