Update admin icon from gavel to peace

ipad-testing
Noah 2023-08-30 00:08:41 -07:00
parent dc9260c8e6
commit 0acb729175
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -1400,7 +1400,7 @@
<div class="column pr-0 is-clipped"
:class="{'pl-1': u.avatar}">
<strong class="truncate-text-line is-size-7">[[ u.username ]]</strong>
<sup class="fa fa-gavel has-text-warning-dark is-size-7 ml-1"
<sup class="fa fa-peace has-text-warning-dark is-size-7 ml-1"
v-if="u.op"
title="Operator"></sup>
</div>