mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
fix: 🐛 Begin v0.6 draft
This commit is contained in:
parent
be79c569a1
commit
3117b376c9
3 changed files with 5 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ export const Header = forwardRef<ElementRef<"div">, { 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<ElementRef<"div">, { className?: string }>(
|
|||
<ThemeToggle />
|
||||
</div>
|
||||
<div className="hidden min-[500px]:contents">
|
||||
<Button href="/changelog">Working Draft 5</Button>
|
||||
<Button href="/changelog">Working Draft 6</Button>
|
||||
</div>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue