“init”
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Button, Typography } from 'antd';
|
||||
import { Link } from 'react-router-dom';
|
||||
import ImgRobot from '../../assets/freepik/404.png';
|
||||
// import ImgRobot from '../../assets/freepik/404.png';
|
||||
|
||||
const { Title, Paragraph, Text } = Typography;
|
||||
|
||||
@@ -42,7 +42,7 @@ const NotFound = () => {
|
||||
page.
|
||||
</Paragraph>
|
||||
|
||||
<img
|
||||
{/* <img
|
||||
src={ImgRobot}
|
||||
alt="404 Not Found"
|
||||
style={{
|
||||
@@ -50,7 +50,7 @@ const NotFound = () => {
|
||||
width: '480px',
|
||||
marginBottom: '4vh',
|
||||
}}
|
||||
/>
|
||||
/> */}
|
||||
|
||||
<Link to="/">
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user