From a6f5d905aa0a833ee6e88b4d93f15cca4c0b4efd Mon Sep 17 00:00:00 2001 From: Ramakrushna Biswal <125277258+RamakrushnaBiswal@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:37:30 +0530 Subject: [PATCH] Update NotFound.jsx --- src/Pages/NotFound.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pages/NotFound.jsx b/src/Pages/NotFound.jsx index 925f545..4449bb0 100644 --- a/src/Pages/NotFound.jsx +++ b/src/Pages/NotFound.jsx @@ -3,8 +3,8 @@ import { Link } from "react-router-dom"; export default function NotFound() { return (
- 404 + 404 Go Home
); -} \ No newline at end of file +}