Skip to content
Snippets Groups Projects
Commit 16fbd746 authored by lfr20's avatar lfr20
Browse files

Add a new tab to the user area. The admin tab

parent 448b88c8
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!40merge admin into develop,!37Merge sistema_admin into Update_Admin_System
......@@ -122,7 +122,8 @@ export default function MenuBar(props){
{ name: "Favoritos", href: "/perfil", value : '3'},
{ name: "Coleções", href: "/perfil", value : '4'},
{ name: "Rede", href: "/perfil", value : '5'},
{ name: "Configurações", href: "/editarperfil"},
{ name: "Configurações", href: "/editarperfil", value : '6'},
{ name: "Área do admin", href:"/admin" , value : '7'}
]
return(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment