diff --git a/components/layout/site-dock.tsx b/components/layout/site-dock.tsx index a9f05ab..399acb7 100644 --- a/components/layout/site-dock.tsx +++ b/components/layout/site-dock.tsx @@ -62,8 +62,8 @@ export function SiteDock({ defaultLocale, isSuperAdmin = false }: SiteDockProps) {/* ── Logo (fixed src → no refresh flash) ── */} @@ -150,10 +150,10 @@ function DockTip({ label, soon }: { label: string; soon?: string }) { return ( {label} - {soon ? {soon} : null} + {soon ? {soon} : null} ); }