fix: -rm unused style
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react';
|
|||||||
|
|
||||||
export function NotFoundPage() {
|
export function NotFoundPage() {
|
||||||
return (
|
return (
|
||||||
<div style={{ textAlign: 'center', marginTop: '50px' }}>
|
<div style={{ textAlign: 'center' }}>
|
||||||
<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="/" style={{ textDecoration: 'none'}}>Take me to the homepage</a>
|
<a href="/" style={{ textDecoration: 'none'}}>Take me to the homepage</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user