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"
|
@click="changePronoun"
|
||||||
v-if="!session.isSpectator || player.id === session.playerId"
|
v-if="!session.isSpectator || player.id === session.playerId"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="" />Change Pronouns
|
<font-awesome-icon icon="transgender" />Change Pronouns
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
|
@ -46,7 +46,8 @@ const faIcons = [
|
||||||
"Users",
|
"Users",
|
||||||
"VolumeUp",
|
"VolumeUp",
|
||||||
"VolumeMute",
|
"VolumeMute",
|
||||||
"VoteYea"
|
"VoteYea",
|
||||||
|
"Transgender"
|
||||||
];
|
];
|
||||||
const fabIcons = ["Github", "Discord"];
|
const fabIcons = ["Github", "Discord"];
|
||||||
library.add(
|
library.add(
|
||||||
|
|
Loading…
Reference in New Issue