From 2ea0ea58100134fb2d795f264b400fc84bbfd7ca Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Wed, 3 Jun 2026 13:50:08 +0700 Subject: [PATCH] chore(frontend): update logo source and add mascot to sidebar Update the favicon and sidebar logo to use remote URLs from the GitHub repository. Add a mascot image to the sidebar that is only visible when the sidebar is expanded. --- services/frontend/index.html | 2 +- services/frontend/src/widgets/Sidebar.tsx | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/services/frontend/index.html b/services/frontend/index.html index 4d2c72b..a9dbcb1 100644 --- a/services/frontend/index.html +++ b/services/frontend/index.html @@ -4,7 +4,7 @@ GMW — Discord Moderation Watcher - +
diff --git a/services/frontend/src/widgets/Sidebar.tsx b/services/frontend/src/widgets/Sidebar.tsx index 16bfddf..05ea0ef 100644 --- a/services/frontend/src/widgets/Sidebar.tsx +++ b/services/frontend/src/widgets/Sidebar.tsx @@ -35,10 +35,19 @@ export function Sidebar({
- GMW + GMW + + {/* Mascot image — only when expanded */} + {!collapsed && ( + Mascot + )}
{/* Navigation items */}