diff --git a/apps/web/src/components/header.tsx b/apps/web/src/components/header.tsx index 51fd56cf71..a3489e80b2 100644 --- a/apps/web/src/components/header.tsx +++ b/apps/web/src/components/header.tsx @@ -80,7 +80,7 @@ export function Header() { > {link.label} {link.badge && ( - + {link.badge} )} @@ -101,7 +101,7 @@ export function Header() { > {link.label} {link.badge && ( - + {link.badge} )} @@ -245,7 +245,7 @@ export function Header() { > {link.label} {link.badge && ( - + {link.badge} )} @@ -265,7 +265,7 @@ export function Header() { > {link.label} {link.badge && ( - + {link.badge} )} diff --git a/apps/web/src/routes/_view/index.tsx b/apps/web/src/routes/_view/index.tsx index d2b2cd6474..655700e36a 100644 --- a/apps/web/src/routes/_view/index.tsx +++ b/apps/web/src/routes/_view/index.tsx @@ -1171,7 +1171,7 @@ function FeaturesMobileCarousel({ {feature.title} {feature.comingSoon && ( - + Coming Soon )} @@ -1283,7 +1283,7 @@ function FeaturesDesktopGrid() { {feature.comingSoon && ( - + Coming Soon )} @@ -1388,7 +1388,7 @@ function DetailsMobileCarousel({ {feature.title} {feature.comingSoon && ( - + Coming Soon )} @@ -1451,7 +1451,7 @@ function DetailsTabletView({ {feature.title} {feature.comingSoon && ( - + Coming Soon )} @@ -1720,7 +1720,7 @@ function BlogSection() {

- {article.display_title} + {article.display_title || article.meta_title}

diff --git a/apps/web/src/routes/_view/product/ai-notetaking.tsx b/apps/web/src/routes/_view/product/ai-notetaking.tsx index 26413149d5..b7ad99ee7b 100644 --- a/apps/web/src/routes/_view/product/ai-notetaking.tsx +++ b/apps/web/src/routes/_view/product/ai-notetaking.tsx @@ -615,7 +615,7 @@ function TranscriptionSection() { Fully on-device

-
+
Apple Silicon only
@@ -654,7 +654,7 @@ function TranscriptionSection() {
-
+
Apple Silicon only
@@ -1888,7 +1888,7 @@ function SharingSection() { className="absolute top-[-69px] h-[69px] pointer-events-none" />
-
+
Coming Soon

Share notes

@@ -2127,7 +2127,7 @@ function FloatingPanelSection() { function FloatingPanelHeader() { return (
-
+
Coming Soon

diff --git a/apps/web/src/routes/_view/product/api.tsx b/apps/web/src/routes/_view/product/api.tsx index b2797d1bd9..ecb2d49f76 100644 --- a/apps/web/src/routes/_view/product/api.tsx +++ b/apps/web/src/routes/_view/product/api.tsx @@ -77,9 +77,8 @@ function Component() {