diff --git a/web-app/src/containers/SetupScreen.tsx b/web-app/src/containers/SetupScreen.tsx index 812ed6493..bce474836 100644 --- a/web-app/src/containers/SetupScreen.tsx +++ b/web-app/src/containers/SetupScreen.tsx @@ -18,7 +18,7 @@ function SetupScreen() { localStorage.getItem(localStorageKey.setupCompleted) === 'true' return ( -
+
diff --git a/web-app/src/routes/assistant.tsx b/web-app/src/routes/assistant.tsx index d96080f7d..dca4c93ef 100644 --- a/web-app/src/routes/assistant.tsx +++ b/web-app/src/routes/assistant.tsx @@ -60,7 +60,7 @@ function AssistantContent() { } return ( -
+
{t('assistants:title')} diff --git a/web-app/src/routes/index.tsx b/web-app/src/routes/index.tsx index 80bf065f2..b4b208b9d 100644 --- a/web-app/src/routes/index.tsx +++ b/web-app/src/routes/index.tsx @@ -52,7 +52,7 @@ function Index() { } return ( -
+
{PlatformFeatures[PlatformFeature.ASSISTANTS] && } diff --git a/web-app/src/routes/project/index.tsx b/web-app/src/routes/project/index.tsx index b4cbb6618..f609f7943 100644 --- a/web-app/src/routes/project/index.tsx +++ b/web-app/src/routes/project/index.tsx @@ -91,7 +91,7 @@ function ProjectContent() { } return ( -
+
{t('projects.title')}