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