From fec020f111fcc4f84046d2726aaa477c0083b778 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sun, 1 Mar 2026 18:01:13 -0800 Subject: [PATCH] chore: lint --- landing/app/changelog/changelog-content.tsx | 32 ++++----- landing/app/enterprise/enterprise-client.tsx | 42 +++++------ landing/app/framework/page.tsx | 5 +- landing/app/globals.css | 6 +- .../components/landing/framework-sections.tsx | 72 +++++++++---------- landing/components/landing/halftone-bg.tsx | 5 +- .../landing/staggered-nav-files.tsx | 62 ++++++++-------- 7 files changed, 114 insertions(+), 110 deletions(-) diff --git a/landing/app/changelog/changelog-content.tsx b/landing/app/changelog/changelog-content.tsx index 2d58c56c78..8d7da9a929 100644 --- a/landing/app/changelog/changelog-content.tsx +++ b/landing/app/changelog/changelog-content.tsx @@ -53,22 +53,22 @@ export function ChangelogContent({ messages }: { messages: ReleaseMessage[] }) { ( -

- {children} -

- ), - h3: ({ children, ...props }) => ( -

- {children} -

- ), + h2: ({ children, ...props }) => ( +

+ {children} +

+ ), + h3: ({ children, ...props }) => ( +

+ {children} +

+ ), p: (props) => (

- - + - - + + + + + {item} @@ -278,23 +278,23 @@ export function EnterprisePageClient() { -

- By submitting, you agree to our{" "} - - Terms of Service - {" "} - and{" "} - - Privacy Policy - - . -

+

+ By submitting, you agree to our{" "} + + Terms of Service + {" "} + and{" "} + + Privacy Policy + + . +

diff --git a/landing/app/framework/page.tsx b/landing/app/framework/page.tsx index aef0072bd5..f830eca840 100644 --- a/landing/app/framework/page.tsx +++ b/landing/app/framework/page.tsx @@ -2,10 +2,7 @@ import { motion } from "framer-motion"; import { HalftoneBackground } from "@/components/landing/halftone-bg"; -import { - FrameworkContent, - FrameworkHero, -} from "../products/products-client"; +import { FrameworkContent, FrameworkHero } from "../products/products-client"; export default function FrameworkPage() { return ( diff --git a/landing/app/globals.css b/landing/app/globals.css index 4b16c81213..42b109a5d9 100644 --- a/landing/app/globals.css +++ b/landing/app/globals.css @@ -656,7 +656,11 @@ html:not([data-anchor-scrolling]) { @media (min-width: 64rem) { .docs-layout { - --fd-page-width: calc(100vw - var(--landing-left-pane-width) - var(--staggered-nav-cta-width)); + --fd-page-width: calc( + 100vw - + var(--landing-left-pane-width) - + var(--staggered-nav-cta-width) + ); } .docs-layout #nd-page { diff --git a/landing/components/landing/framework-sections.tsx b/landing/components/landing/framework-sections.tsx index 4a3b1ad63a..0970b9c981 100644 --- a/landing/components/landing/framework-sections.tsx +++ b/landing/components/landing/framework-sections.tsx @@ -1194,17 +1194,17 @@ export function AiNativeSection() {
- - AI Native - + + AI Native +
-

- Your auth lives in{" "} - - your codebase - {" "} - — so AI can configure it. Ships with{" "} - +

+ Your auth lives in{" "} + + your codebase + {" "} + — so AI can configure it. Ships with{" "} + - MCP server - - ,{" "} - + MCP server + + ,{" "} + - Claude Code skills - - , and{" "} - + Claude Code skills + + , and{" "} + {/* Prompt line */}

- - › - - - Add Google login and 2FA to my app - + + › + + + Add Google login and 2FA to my app +
{/* Steps */} @@ -1288,12 +1288,12 @@ export function AiNativeSection() { key={step.text} className="flex items-center gap-2.5 px-3 py-1.5" > - - {step.label} - - - {step.text} - + + {step.label} + + + {step.text} + {"lines" in step && typeof step.lines === "number" && ( +{step.lines} @@ -1323,12 +1323,12 @@ export function AiNativeSection() {
{mcpClients.map((mc) => (
-

- {mc.name} -

- - {mc.cmd} - +

+ {mc.name} +

+ + {mc.cmd} +
))}
diff --git a/landing/components/landing/halftone-bg.tsx b/landing/components/landing/halftone-bg.tsx index 1461bcf537..f9cc7678a5 100644 --- a/landing/components/landing/halftone-bg.tsx +++ b/landing/components/landing/halftone-bg.tsx @@ -196,7 +196,10 @@ export function HalftoneBackground() { className="absolute inset-0 overflow-hidden bg-background" aria-hidden="true" > - +
); } diff --git a/landing/components/landing/staggered-nav-files.tsx b/landing/components/landing/staggered-nav-files.tsx index 9e6a5e86a9..161dc9a2db 100644 --- a/landing/components/landing/staggered-nav-files.tsx +++ b/landing/components/landing/staggered-nav-files.tsx @@ -275,42 +275,42 @@ export function StaggeredNavFiles() { ); })} - {/* Enterprise tab */} - - - - enterprise - - - + + enterprise + + + - {/* Resources folder tab */} -