From 0acb729175a2e9a9ca3dbf41810e89e8c0c58df2 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Wed, 30 Aug 2023 00:08:41 -0700 Subject: [PATCH] Update admin icon from gavel to peace --- pkg/config/config.go | 1 - web/templates/chat.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 67b62f4..9ba6368 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -97,7 +97,6 @@ func DefaultConfig() Config { { ID: "lobby", Name: "Lobby", - Icon: "fa fa-gavel", WelcomeMessages: []string{ "Welcome to the chat server!", "Please follow the basic rules:\n\n1. Have fun\n2. Be kind", diff --git a/web/templates/chat.html b/web/templates/chat.html index 7dbed71..2120cde 100644 --- a/web/templates/chat.html +++ b/web/templates/chat.html @@ -1400,7 +1400,7 @@
[[ u.username ]] -