fix: format

This commit is contained in:
amhsirak
2025-01-14 23:07:07 +05:30
parent ec0867eb6e
commit a324220275

View File

@@ -5,7 +5,7 @@ export function NotFoundPage() {
<div style={{ textAlign: 'center' }}>
<h1>404 - Page Not Found</h1>
<p>Oops! This page does not exist.</p>
<a href="/" style={{ textDecoration: 'none'}}>Take me to the homepage</a>
<a href="/" style={{ textDecoration: 'none' }}>Take me to the homepage</a>
</div>
);
}