Skip to content

Commit

Permalink
Update Menu.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
YanZhylavy authored Sep 30, 2024
1 parent 77e9115 commit 2b357a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FrontEnd/src/pages/AdminPage/Menu/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ const MENU = [
link: '/customadmin/profiles/'
},
{
id: 'am4',
id: 'am3',
title: 'Контакти',
link: '/customadmin/contacts/'
},
{
id: 'am3',
id: 'am4',
title: 'Зміна часу автомодерації',
link: '/customadmin/automoderation/'
},
{
id: 'am4',
id: 'am5',
title: 'Пошта адміністратора',
link: '/customadmin/email/'
}
Expand Down

0 comments on commit 2b357a0

Please sign in to comment.