From 4c7b347049f3192a0218c820719f6707982e2822 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 18 Dec 2025 23:12:45 +0100 Subject: [PATCH] refactor: :triangular_flag_on_post: Remove dev markers --- components/Header.tsx | 2 +- components/Logo.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index 9f98f89..b552997 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -52,7 +52,7 @@ export const Header = forwardRef, { className?: string }>( className={clsx( className, // Add "construction" class to make it striped - "fixed inset-x-0 top-0 z-50 flex h-14 items-center justify-between gap-2 px-4 transition sm:px-6 lg:left-72 lg:z-30 lg:px-8 xl:left-80 construction", + "fixed inset-x-0 top-0 z-50 flex h-14 items-center justify-between gap-2 px-4 transition sm:px-6 lg:left-72 lg:z-30 lg:px-8 xl:left-80", !isInsideMobileNavigation && "backdrop-blur-xs lg:left-72 xl:left-80 dark:backdrop-blur-sm", isInsideMobileNavigation diff --git a/components/Logo.tsx b/components/Logo.tsx index 3b784c3..0da78d4 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -17,9 +17,9 @@ export function Logo(props: ComponentPropsWithoutRef<"div">) { alt="Logo" className="h-full rounded-xs" /> - + {/* Versia Protocol Dev - + */} ); }