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

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