mirror of https://github.com/bra1n/townsquare.git
Fixing ordering of fontawesome import array to maintain alphabetical ordering
This commit is contained in:
parent
3f33e10564
commit
58263e2f6d
|
@ -38,6 +38,7 @@ const faIcons = [
|
||||||
"TheaterMasks",
|
"TheaterMasks",
|
||||||
"Times",
|
"Times",
|
||||||
"TimesCircle",
|
"TimesCircle",
|
||||||
|
"Transgender",
|
||||||
"TrashAlt",
|
"TrashAlt",
|
||||||
"Undo",
|
"Undo",
|
||||||
"User",
|
"User",
|
||||||
|
@ -46,8 +47,7 @@ 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