diff --git a/services/frontend/src/components/Project/index.tsx b/services/frontend/src/components/Project/index.tsx index 25b6d10..90beab4 100644 --- a/services/frontend/src/components/Project/index.tsx +++ b/services/frontend/src/components/Project/index.tsx @@ -449,7 +449,7 @@ export default function Project() { -
+
-
+ +
@@ -558,8 +559,28 @@ export default function Project() {
); - } else { - return <>Something went wrong; + } + + if (error) { + return ( +
+

+ Something went wrong... +

+

+ Either this project does not exist, or the link is wrong. +

+
+ ); } }