feat: set text decoration to none
This commit is contained in:
@@ -5,7 +5,7 @@ export function NotFoundPage() {
|
|||||||
<div style={{ textAlign: 'center', marginTop: '50px' }}>
|
<div style={{ textAlign: 'center', marginTop: '50px' }}>
|
||||||
<h1>404 - Page Not Found</h1>
|
<h1>404 - Page Not Found</h1>
|
||||||
<p>Oops! This page does not exist.</p>
|
<p>Oops! This page does not exist.</p>
|
||||||
<a href="/">Take me to the homepage</a>
|
<a href="/" style={{ textDecoration: 'none'}}>Take me to the homepage</a>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user