From 3117b376c9f563c437560790f11826d6163d8ae2 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 21 Apr 2025 17:47:18 +0200 Subject: [PATCH] fix: :bug: Begin v0.6 draft --- components/Header.tsx | 4 ++-- components/Logo.tsx | 4 ++-- components/Navigation.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index d05d77b..ef7f488 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -52,7 +52,7 @@ export const Header = forwardRef, { className?: string }>( className={clsx( className, // Add bg-construction bg-opacity-10 [background-size:57px_57px] classes 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", + "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 bg-construction bg-opacity-10 [background-size:57px_57px]", !isInsideMobileNavigation && "backdrop-blur-sm lg:left-72 xl:left-80 dark:backdrop-blur", isInsideMobileNavigation @@ -95,7 +95,7 @@ export const Header = forwardRef, { className?: string }>(
- +
diff --git a/components/Logo.tsx b/components/Logo.tsx index 13dd43d..2ec778a 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -1,7 +1,7 @@ import clsx from "clsx"; import type { ComponentPropsWithoutRef } from "react"; // Uncomment this on dev branches -// import { Badge } from "./Metadata"; +import { Badge } from "./Metadata"; export function Logo(props: ComponentPropsWithoutRef<"div">) { return ( @@ -18,7 +18,7 @@ export function Logo(props: ComponentPropsWithoutRef<"div">) { className="h-full rounded-sm" /> - Versia Protocol {/* Dev */} + Versia Protocol Dev ); diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 06c3c10..a3c4d6d 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -334,7 +334,7 @@ export function Navigation(props: ComponentPropsWithoutRef<"nav">) { variant="filled" className="w-full" > - Working Draft 5 + Working Draft 6