diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 27caef5..329ab69 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -178,7 +178,7 @@ function App() { return (
- {IS_RUNNING_ON_CLOUD && } + {IS_RUNNING_ON_CLOUD && } {IS_RUNNING_ON_CLOUD && ( @@ -20,14 +22,26 @@ export function PicoBadge() { feature requests?
- -
+
- an open source project by Pico -
-
+ > + an open source project by Pico +
+ + )} + {settings.accessCode && ( + +
+ email support +
+
+ )} ); }