diff --git a/app/ai/page.tsx b/app/ai/page.tsx index dd53b39..b4e792a 100644 --- a/app/ai/page.tsx +++ b/app/ai/page.tsx @@ -278,7 +278,7 @@ export default function AIPage() {
-
+
Quick start @@ -372,7 +372,7 @@ export default function AIPage() { {quickStartSteps.map((item) => (
diff --git a/app/components/Breadcrumb.tsx b/app/components/Breadcrumb.tsx index a3199b1..d79d017 100644 --- a/app/components/Breadcrumb.tsx +++ b/app/components/Breadcrumb.tsx @@ -7,8 +7,9 @@ export default function Breadcrumb({ type, category, name }: { category?: string; name?: string; }) { + // The separator spans carry no spaces, so without flex-wrap a long trail never breaks return ( -