diff options
Diffstat (limited to 'src/pages/404Page.tsx')
| -rw-r--r-- | src/pages/404Page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/404Page.tsx b/src/pages/404Page.tsx index 3eabe6b..ee70043 100644 --- a/src/pages/404Page.tsx +++ b/src/pages/404Page.tsx @@ -1,5 +1,5 @@ import { useNavigate } from "react-router-dom"; -import notFoundImg from "../assets/404.png"; +import notFoundImg from "../assets/404.webp"; import { useEffect } from "react"; export default function NotFoundPage() { |
