From f3d69ed3c82242f859bfdd96697c9dd57dac5548 Mon Sep 17 00:00:00 2001 From: Shni Date: Wed, 15 Oct 2025 02:50:47 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20Cambiar=20las=20im=C3=A1genes=20de=20av?= =?UTF-8?q?atar=20e=20=C3=ADconos=20a=20formato=20WebP=20y=20ajustar=20el?= =?UTF-8?q?=20men=C3=BA=20de=20usuario=20en=20el=20panel=20de=20control?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/views/pages/dashboard.ejs | 25 +++++++++++++++++++-- src/server/views/partials/dashboard_nav.ejs | 8 +++---- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/src/server/views/pages/dashboard.ejs b/src/server/views/pages/dashboard.ejs index eb17daa..73b18f4 100644 --- a/src/server/views/pages/dashboard.ejs +++ b/src/server/views/pages/dashboard.ejs @@ -20,7 +20,7 @@
+
+
+ Servers + Log out +
+ + diff --git a/src/server/views/partials/dashboard_nav.ejs b/src/server/views/partials/dashboard_nav.ejs index 612f152..4d4ace8 100644 --- a/src/server/views/partials/dashboard_nav.ejs +++ b/src/server/views/partials/dashboard_nav.ejs @@ -26,7 +26,7 @@ <% guilds.forEach(g => { %>
<% if (g.icon) { %> - icon + icon <% } else { %>
S
<% } %> @@ -50,7 +50,7 @@ <% } %> - @@ -143,7 +143,7 @@ <% guilds.forEach(g => { %>
<% if (g.icon) { %> - icon + icon <% } else { %>
<% } %> @@ -161,7 +161,7 @@

User settings

Servers - + Log out