Update constants.ts

This commit is contained in:
Stefan Pejcic 2024-02-11 11:01:15 +01:00 committed by GitHub
parent 0468b03444
commit 49bd917609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,35 +76,35 @@ export const MENU_ITEMS: MenuItemType[] = [
icon: ContributeIcon,
},
{
label: "Contributing",
label: "Translations",
description: "Help us improve OpenPanel!",
link: "https://github.com/stefanpejcic/openpanel-translations",
icon: HackathonsIcon,
},
],
},
{
isPopover: true,
label: "Company",
items: [
{
label: "About Us",
description: "Team & company information.",
link: "/about",
icon: AboutUsIcon,
},
{
label: "Become a Partner",
description: "Help us spread the word!",
link: "mailto:info@openpanel.co",
icon: StoreIcon,
},
{
label: "Meet OpenPanel",
description: "Call us for any questions",
link: "mailto:info@openpanel.co",
icon: MeetIcon,
},
],
},
// {
// isPopover: true,
// label: "Company",
// items: [
// {
// label: "About Us",
// description: "Team & company information.",
// link: "/about",
// icon: AboutUsIcon,
// },
// {
// label: "Become a Partner",
// description: "Help us spread the word!",
// link: "mailto:info@openpanel.co",
// icon: StoreIcon,
// },
// {
// label: "Meet OpenPanel",
// description: "Call us for any questions",
// link: "mailto:info@openpanel.co",
// icon: MeetIcon,
// },
// ],
// },
];