From 28f7dcc1a7163ae394bb7eac820f23836df4537f Mon Sep 17 00:00:00 2001 From: Jonathan Dobson Date: Thu, 6 Nov 2025 13:35:36 -0500 Subject: [PATCH] Make Status404 page inline (#3929) --- skyvern-frontend/src/components/Status404.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/skyvern-frontend/src/components/Status404.tsx b/skyvern-frontend/src/components/Status404.tsx index 12ceda49..3c6c4b91 100644 --- a/skyvern-frontend/src/components/Status404.tsx +++ b/skyvern-frontend/src/components/Status404.tsx @@ -2,7 +2,11 @@ import "./Status404.css"; function Status404() { return ( -
+
404
@@ -13,11 +17,7 @@ function Status404() {
- 404 Not Found + 404 Not Found
);