feat: released 0.0.9 changelog

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-24 18:03:22 -08:00
parent b4b7059035
commit 2603db74eb
7 changed files with 207 additions and 2 deletions

View file

@ -14,6 +14,7 @@ export const Navbar = () => {
const navItems = [
// { name: "Home", link: "/" },
{ name: "Pricing", link: "/pricing" },
{ name: "Changelog", link: "/changelog" },
// { name: "Sign In", link: "/login" },
{ name: "Docs", link: "/docs" },
];