feat: add changelog link to footer

This commit is contained in:
Maze Winther 2026-03-03 14:24:04 +01:00
parent 21f12ff763
commit 705faea56f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ type CategoryLinks = Record<Category, FooterLink[]>;
const links: CategoryLinks = {
resources: [
{ label: "Roadmap", href: "/roadmap" },
{ label: "Changelog", href: "/changelog" },
{ label: "Blog", href: "/blog" },
{ label: "Privacy", href: "/privacy" },
{ label: "Terms of use", href: "/terms" },