mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Add changelog
This commit is contained in:
parent
5f614a4dfc
commit
909b7ec115
3 changed files with 34 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ export const Header = forwardRef<ElementRef<"div">, { className?: string }>(
|
|||
<ThemeToggle />
|
||||
</div>
|
||||
<div className="hidden min-[500px]:contents">
|
||||
<Button href="#">Working Draft 4</Button>
|
||||
<Button href="/changelog">Working Draft 4</Button>
|
||||
</div>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
|
|
|||
|
|
@ -298,7 +298,11 @@ export function Navigation(props: ComponentPropsWithoutRef<"nav">) {
|
|||
/>
|
||||
))}
|
||||
<li className="sticky bottom-0 z-10 mt-6 min-[416px]:hidden">
|
||||
<Button href="#" variant="filled" className="w-full">
|
||||
<Button
|
||||
href="/changelog"
|
||||
variant="filled"
|
||||
className="w-full"
|
||||
>
|
||||
Working Draft 4
|
||||
</Button>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue