This commit is contained in:
Dobromir Popov
2024-03-02 21:46:37 +02:00
parent 5998371222
commit 8de48e1c41
6 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@ import { UserRole } from "@prisma/client";
const sidemenu = [
{
id: "dashboard",
text: "Предпочитания",
text: "Възможности",
url: "/dash",
roles: [UserRole.ADMIN, UserRole.USER, UserRole.POWERUSER],
svgData:
@ -46,7 +46,7 @@ const sidemenu = [
},
{
id: "contactAll",
text: "Контакти",
text: "Участници",
url: "/cart/publishers/contacts",
},
{
@ -56,7 +56,7 @@ const sidemenu = [
},
{
id: "admin",
text: "Админ",
text: "Администрация",
url: "/admin",
roles: [UserRole.ADMIN, UserRole.POWERUSER],
svgData:
@ -118,12 +118,12 @@ const footerMenu = [
},
{
id: "privacy-policy",
text: "Поверителност",
text: "Политика за поверителност",
url: "/privacy",
},
{
id: "feedback",
text: "Отзив",
text: "Отзиви",
url: "/feedback",
},