diff --git a/src/frontend/src/components/CrashErrorComponent/index.tsx b/src/frontend/src/components/CrashErrorComponent/index.tsx index f5018f885..ce6fc027b 100644 --- a/src/frontend/src/components/CrashErrorComponent/index.tsx +++ b/src/frontend/src/components/CrashErrorComponent/index.tsx @@ -5,32 +5,69 @@ export default function CrashErrorComponent({ resetErrorBoundary, }: crashComponentPropsType): JSX.Element { return ( -
-
-

- Oops! An unknown error has occurred. -

-

- Please click the 'Reset Application' button to restore the - application's state. If the error persists, please create an issue on - our GitHub page. We apologize for any inconvenience this may have - caused. -

-
- - - Create Issue - +
+
+
+
+

+ 🚀 Whoops! We've Hit a Snag. +

+ + Hey there, it looks like we've encountered a bit of a hiccup. + +
+
+

+ But don't worry, it happens to the best of us! We're all about + making things better together. +

+
+ +
+

+ 🔧 Quick Fix: Try hitting the{" "} + 'Restart the Adventure' button + to get things moving again. It's like a magic wand for minor + glitches! +

+
+ +
+

+ 📝 Still Stuck? Let's Solve It Together: If our magic wand didn't + do the trick, we'd love your help to dig a bit deeper. By + reporting this hiccup on our{" "} + + GitHub + {" "} + page, you're not just fixing your own experience but also helping + the whole community. +

+
+ +
+ + + + + +
diff --git a/src/frontend/src/pages/MainPage/index.tsx b/src/frontend/src/pages/MainPage/index.tsx index 6e0c5cb55..65a308808 100644 --- a/src/frontend/src/pages/MainPage/index.tsx +++ b/src/frontend/src/pages/MainPage/index.tsx @@ -6,7 +6,6 @@ import IconComponent from "../../components/genericIconComponent"; import PageLayout from "../../components/pageLayout"; import SidebarNav from "../../components/sidebarComponent"; import { Button } from "../../components/ui/button"; -import { USER_PROJECTS_HEADER } from "../../constants/constants"; import useAlertStore from "../../stores/alertStore"; import useFlowsManagerStore from "../../stores/flowsManagerStore"; import { downloadFlows } from "../../utils/reactflowUtils"; @@ -70,7 +69,7 @@ export default function HomePage(): JSX.Element { // Personal flows display return (