Skip to content

Commit 2d6815d

Browse files
committed
Fix 404 page
1 parent c1bd727 commit 2d6815d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const FourOhFour: React.FC = () => {
1212

1313
return (
1414
<div className="flex h-full w-full flex-col items-center justify-center bg-neutral-900">
15-
<img src="../public/it-logo.png" width="64" />
15+
<img src="/it-logo.png" width="64" />
1616
<p className="text-4xl text-white">404</p>
1717
<p className="text-lg text-white">Redirecting...</p>
1818
</div>

0 commit comments

Comments
 (0)