mirror of https://github.com/bra1n/townsquare.git
adding fonat awesome idon to menu option for change pronouns
This commit is contained in:
parent
5bafa94a1a
commit
37194a390f
|
@ -154,7 +154,7 @@
|
|||
@click="changePronoun"
|
||||
v-if="!session.isSpectator || player.id === session.playerId"
|
||||
>
|
||||
<font-awesome-icon icon="" />Change Pronouns
|
||||
<font-awesome-icon icon="transgender" />Change Pronouns
|
||||
</li>
|
||||
</ul>
|
||||
</transition>
|
||||
|
|
|
@ -46,7 +46,8 @@ const faIcons = [
|
|||
"Users",
|
||||
"VolumeUp",
|
||||
"VolumeMute",
|
||||
"VoteYea"
|
||||
"VoteYea",
|
||||
"Transgender"
|
||||
];
|
||||
const fabIcons = ["Github", "Discord"];
|
||||
library.add(
|
||||
|
|
Loading…
Reference in New Issue