mirror of https://github.com/bra1n/townsquare.git
changed out transgender symbol for the hopefully more suitable venus-mars icon
This commit is contained in:
parent
f6ca08d6d5
commit
77e89f290b
|
@ -159,7 +159,7 @@
|
||||||
(session.isSpectator && player.id === session.playerId)
|
(session.isSpectator && player.id === session.playerId)
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="transgender" />Change Pronouns
|
<font-awesome-icon icon="venus-mars" />Change Pronouns
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
|
@ -38,13 +38,13 @@ const faIcons = [
|
||||||
"TheaterMasks",
|
"TheaterMasks",
|
||||||
"Times",
|
"Times",
|
||||||
"TimesCircle",
|
"TimesCircle",
|
||||||
"Transgender",
|
|
||||||
"TrashAlt",
|
"TrashAlt",
|
||||||
"Undo",
|
"Undo",
|
||||||
"User",
|
"User",
|
||||||
"UserEdit",
|
"UserEdit",
|
||||||
"UserFriends",
|
"UserFriends",
|
||||||
"Users",
|
"Users",
|
||||||
|
"VenusMars",
|
||||||
"VolumeUp",
|
"VolumeUp",
|
||||||
"VolumeMute",
|
"VolumeMute",
|
||||||
"VoteYea"
|
"VoteYea"
|
||||||
|
|
Loading…
Reference in New Issue