Update footer-data.tsx

This commit is contained in:
Stefan Pejcic
2024-02-10 09:13:15 +01:00
committed by GitHub
parent 8e0c54f415
commit 64bcfb9f4c

View File

@@ -31,7 +31,7 @@ export const menuItems = [
label: "Product",
items: [
{
label: "BETA",
label: "Enterprise edition",
icon: <NewBadgeIcon />,
href: "/beta",
},
@@ -40,7 +40,7 @@ export const menuItems = [
href: "/templates",
},
{
label: "Technology Stack",
label: "Features",
href: "/integrations",
},
],