feat: Add changelog

This commit is contained in:
Jesse Wierzbinski 2024-08-11 03:58:28 +02:00
parent 5f614a4dfc
commit 909b7ec115
No known key found for this signature in database
3 changed files with 34 additions and 2 deletions

View file

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