From d0f62fa634eb1deef68c888203610f5ae1c90ae9 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 25 Sep 2025 10:18:21 +0700 Subject: [PATCH] chore: fix missing classname --- web-app/src/containers/SetupScreen.tsx | 2 +- web-app/src/routes/assistant.tsx | 2 +- web-app/src/routes/index.tsx | 2 +- web-app/src/routes/project/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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')}