feat: Agregar enlace de navegación para la gestión de items en el panel lateral del dashboard

This commit is contained in:
Shni
2025-10-15 12:31:31 -05:00
parent 391cc39b26
commit e30076d998

View File

@@ -44,7 +44,8 @@
})(); })();
</script> </script>
<ul class="mt-2 space-y-3 text-slate-200"> <ul class="mt-2 space-y-3 text-slate-200">
<li class="text-sm"><a href="/dashboard/<%= selectedGuild %>/settings" class="flex items-center gap-3"><span class="opacity-80">⚙️</span> General Settings</a></li> <li class="text-sm"><a href="/dashboard/<%= selectedGuild %>/settings" class="flex items-center gap-3"><span class="opacity-80">⚙️</span> General Settings</a></li>
<li class="text-sm"><a href="/dashboard/<%= selectedGuild %>/items" class="flex items-center gap-3"><span class="opacity-80">🧭</span> Items</a></li>
</ul> </ul>
</nav> </nav>
</aside> </aside>