diff --git a/BRANDING.md b/BRANDING.md index a8f3bb41b..1a3fcd3f0 100644 --- a/BRANDING.md +++ b/BRANDING.md @@ -53,13 +53,13 @@ The logo SVG is a **mark on a black (#000000) background**, rendered at 1024×1024. -| Property | Value | -| ------------------------- | -------------------------------------------------- | -| **Logo Mark Description** | `[TBD — describe the mark/symbol]` | -| **Logo Colors** | Black background (#000000) + `[TBD — mark colors]` | -| **Minimum Size** | `[TBD]` | -| **Clear Space** | `[TBD]` | -| **Usage Guidelines** | `[TBD]` | +| Property | Value | +| ------------------------- | -------------------------------------------------------------------------------- | +| **Logo Mark Description** | Interlaced white knot mark on a black square background | +| **Logo Colors** | Black background (#000000) + white mark (#FFFFFF) | +| **Minimum Size** | 24px for the mark alone | +| **Clear Space** | At least one mark width on all sides | +| **Usage Guidelines** | Use the mark asset for brand surfaces; avoid generic icons or placeholder glyphs | --- diff --git a/apps/marketing/app/dashboard/page.tsx b/apps/marketing/app/dashboard/page.tsx index 31915b23a..31c4579d7 100644 --- a/apps/marketing/app/dashboard/page.tsx +++ b/apps/marketing/app/dashboard/page.tsx @@ -1,7 +1,7 @@ import { DashboardLayout } from "@/components/dashboard/dashboard-layout"; export const metadata = { - title: "Dashboard | Sprint", + title: "Dashboard | OK Code", description: "Manage your projects, issues, and workflows in one place.", }; diff --git a/apps/marketing/components/Nav.tsx b/apps/marketing/components/Nav.tsx index 722277e0e..85c36dfb7 100644 --- a/apps/marketing/components/Nav.tsx +++ b/apps/marketing/components/Nav.tsx @@ -1,4 +1,5 @@ import { ExternalLink } from "./ExternalLink"; +import { OkCodeLogo } from "./OkCodeLogo"; import { LINKS } from "./links"; export function Nav() { @@ -6,8 +7,7 @@ export function Nav() {