mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat: add changelog link to footer
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user