“init”

This commit is contained in:
2025-09-25 09:56:27 +07:00
parent 507951392b
commit 3c89a3bc70
11 changed files with 1388 additions and 84 deletions

View File

@@ -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