fix: -rm unused style

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

View File

@@ -2,7 +2,7 @@ import React from 'react';
export function NotFoundPage() {
return (
<div style={{ textAlign: 'center', marginTop: '50px' }}>
<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>