File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,16 @@ import SidebarMultiLevelItem from "./sidebarComponents/sidebarMultiLevelItem.ast
3737 <SidebarItem text =" Eventos" url =" #" />
3838 <SidebarItem text =" Guías" url =" #" />
3939 </ul >
40+ <ul class =" pt-4 mt-4 space-y-2 border-t border-gray-200 dark:border-gray-700" >
41+ <SidebarItem text =" Regístrate" url =" /registro" />
42+ <SidebarItem text =" Editar Perfil" url =" /perfil" />
43+ <SidebarMultiLevelItem text =" Acciones" id =" actions" >
44+ <SidebarItem text =" Crear Publicación" url =" /nueva-publicacion" />
45+ <SidebarItem text =" Publicar Aplicación" url =" #" />
46+ <SidebarItem text =" Publicar Empleo" url =" #" />
47+ <SidebarItem text =" Publicar Evento" url =" #" />
48+ </SidebarMultiLevelItem >
49+ </ul >
4050 <ul class =" pt-4 mt-4 space-y-2 border-t border-gray-200 dark:border-gray-700" >
4151 <SidebarItem ico =" /assets/img/icons/people2.svg" text =" Comunidad en Telegram" url =" https://t.me/CuCodersComunidad" />
4252 <SidebarItem ico =" /assets/img/icons/github.svg" text =" Ver en Github" url =" https://github.com/cucoderscommunity" />
You can’t perform that action at this time.
0 commit comments