diff --git a/Website/App.tsx b/Website/App.tsx index 6ef37ad..ac54501 100644 --- a/Website/App.tsx +++ b/Website/App.tsx @@ -49,7 +49,10 @@ export default function App(){ : <>} setShowSearch(true)} onJobsChanged={UpdateList} connectedToBackend={connected} /> - :

No connection to backend

} + : <> +

No connection to the Backend.

+

Check the Settings ApiUri.

+ }