From afb0e3f0f94e3a99439c09da31b458d52abf024c Mon Sep 17 00:00:00 2001 From: Ankesh Bharti Date: Mon, 20 Apr 2026 11:47:18 +0530 Subject: [PATCH] Remove header wordmark and mobile alpha badge --- components/mobile-menu.tsx | 18 +----------------- components/site-header.tsx | 12 ++---------- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/components/mobile-menu.tsx b/components/mobile-menu.tsx index 28769005..e5c8b64c 100644 --- a/components/mobile-menu.tsx +++ b/components/mobile-menu.tsx @@ -30,9 +30,6 @@ export function MobileMenu({ isOpen, onClose, themeAware = false, hasBanner = fa const headerCtaPalette = themeAware ? themeAwareHeaderPrimaryCtaClasses : `${buttonBg} ${buttonText} ${buttonHover}` - const alphaBadgeClass = themeAware - ? 'border border-black/10 bg-black/[0.04] text-black/65 dark:border-white/10 dark:bg-white/[0.06] dark:text-white/70' - : 'border border-black/10 bg-black/[0.04] text-black/65' const headerCtaLabelClass = 'transition-opacity duration-200 group-hover:opacity-90' const headerCtaIconClass = 'flex h-3 w-3 items-center justify-center text-[0.95em] font-medium leading-none transition-opacity duration-200 group-hover:opacity-85 sm:h-4 sm:w-4' const mobileHeaderControlSize = 'h-7 sm:h-8.5' @@ -135,7 +132,7 @@ export function MobileMenu({ isOpen, onClose, themeAware = false, hasBanner = fa {themeAware ? ( <> @@ -147,19 +144,6 @@ export function MobileMenu({ isOpen, onClose, themeAware = false, hasBanner = fa ) : ( Tiles )} - - Tiles - - - Alpha - {/* Right side: Download CTA and close button */} diff --git a/components/site-header.tsx b/components/site-header.tsx index e0e6b231..e8a9e20e 100644 --- a/components/site-header.tsx +++ b/components/site-header.tsx @@ -96,12 +96,12 @@ const SiteHeaderChrome = memo(function SiteHeaderChrome({ : "pt-[calc(0.875rem+env(safe-area-inset-top,0px))] sm:pt-[calc(1rem+env(safe-area-inset-top,0px))] lg:pt-[calc(1.25rem+env(safe-area-inset-top,0px))]" } ${headerChrome} relative`} > - {/* Left side: Logo and Wordmark */} + {/* Left side: Logo */}
{themeAware ? ( <> @@ -113,14 +113,6 @@ const SiteHeaderChrome = memo(function SiteHeaderChrome({ ) : ( Tiles )} - - Tiles -