diff --git a/src/frontend/src/views/ProjectNotFound.tsx b/src/frontend/src/views/ProjectNotFound.tsx index 703814451b..5baa3e2c16 100644 --- a/src/frontend/src/views/ProjectNotFound.tsx +++ b/src/frontend/src/views/ProjectNotFound.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import NoFileImage from '@/assets/images/no-file.png'; +import NoFileImage from '@/assets/images/project-not-found.png'; import Button from '@/components/common/Button'; import { useNavigate } from 'react-router-dom'; @@ -7,23 +7,23 @@ const ProjectNotFound = () => { const navigate = useNavigate(); return (
- There is no project to show, please create a project by clicking the button below.{' '} +
+ There is no project to show