mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat: add roadmap link to header
This commit is contained in:
@@ -17,6 +17,10 @@ export function Header() {
|
|||||||
const closeMenu = () => setIsMenuOpen(false);
|
const closeMenu = () => setIsMenuOpen(false);
|
||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
|
{
|
||||||
|
label: "Roadmap",
|
||||||
|
href: "/roadmap",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Contributors",
|
label: "Contributors",
|
||||||
href: "/contributors",
|
href: "/contributors",
|
||||||
|
|||||||
Reference in New Issue
Block a user