feat: add changelog link to footer
This commit is contained in:
parent
21f12ff763
commit
705faea56f
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue