Update admin icon from gavel to peace
This commit is contained in:
parent
dc9260c8e6
commit
0acb729175
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user