diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index d01f123..bde3cae 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -172,7 +172,7 @@ function App() { return (
- {IS_RUNNING_ON_CLOUD && } + {IS_RUNNING_ON_CLOUD && } {IS_RUNNING_ON_CLOUD && ( - -
+
- an open source project by Pico -
-
+ > + an open source project by Pico +
+ + )} + {settings.accessCode && ( + +
+ email support +
+
+ )} ); }