mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
refactor: 🚩 Remove dev markers
This commit is contained in:
parent
0bd532be3e
commit
4c7b347049
2 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ export const Header = forwardRef<ComponentRef<"div">, { 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue