diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx
index 606462a..f425c32 100644
--- a/frontend/src/components/Layout.tsx
+++ b/frontend/src/components/Layout.tsx
@@ -32,25 +32,33 @@ export default function Layout() {
minHeight: '100vh',
}}
>
- {!sidebarOpen && (
-
- )}
+
+ {!sidebarOpen && (
+
+ )}
+
+ UI Recommender
+
+
diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx
index 17459ec..7b1cfbe 100644
--- a/frontend/src/pages/Dashboard.tsx
+++ b/frontend/src/pages/Dashboard.tsx
@@ -47,8 +47,6 @@ export default function Dashboard() {
return (
-
UI Recommender
-
{settingsLoaded && (
-
+ どのようなデザインにしたいですか?
+
+
+ あなたは AI によって実装・提案されたデザイン中から選択するだけです。 選択後、AI
+ は修正を理解して PR を自動作成します。
+
+
{submitError && (
{submitError}
)}