diff --git a/src/frontend/src/components/CrashErrorComponent/index.tsx b/src/frontend/src/components/CrashErrorComponent/index.tsx index ce6fc027b..818b706cb 100644 --- a/src/frontend/src/components/CrashErrorComponent/index.tsx +++ b/src/frontend/src/components/CrashErrorComponent/index.tsx @@ -1,4 +1,7 @@ +import { XCircle } from "lucide-react"; import { crashComponentPropsType } from "../../types/components"; +import { Button } from "../ui/button"; +import { Card, CardContent, CardFooter, CardHeader } from "../ui/card"; export default function CrashErrorComponent({ error, @@ -8,66 +11,52 @@ export default function CrashErrorComponent({
-
-

- 🚀 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. -

-
+ + +
+ +
+
+

+ Sorry, we found an unexpectable error! +

+
+
-
-

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

-
+ +
+

+ Click 'Restart Langflow'{" "} + button to reset the app. Please report errors on our{" "} + + GitHub Issues + {" "} + page to help the community. Thank you! +

+
+
-
-

- 📝 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. -

-
+ +
+ -
- - - - - -
+ + + +
+
+