diff --git a/packages/ui/src/App.tsx b/packages/ui/src/App.tsx index 80d24f44..f4092ad3 100644 --- a/packages/ui/src/App.tsx +++ b/packages/ui/src/App.tsx @@ -354,32 +354,34 @@ const App: Component = () => { -
- -
- {t("app.launchError.title")} - - {t("app.launchError.description")} - -
+
+ +
+ {t("app.launchError.title")} + + {t("app.launchError.description")} + +
-
-

{t("app.launchError.binaryPathLabel")}

-

{launchErrorPath()}

-
+
+
+

{t("app.launchError.binaryPathLabel")}

+

{launchErrorPath()}

+
+ + +
+

{t("app.launchError.errorOutputLabel")}

+
{launchErrorMessage()}
+
+
+
- -
-

{t("app.launchError.errorOutputLabel")}

-
{launchErrorMessage()}
-
-
- -
- -