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
|
|
@ -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