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",
|
||||
"Times",
|
||||
"TimesCircle",
|
||||
"Transgender",
|
||||
"TrashAlt",
|
||||
"Undo",
|
||||
"User",
|
||||
|
@ -46,8 +47,7 @@ const faIcons = [
|
|||
"Users",
|
||||
"VolumeUp",
|
||||
"VolumeMute",
|
||||
"VoteYea",
|
||||
"Transgender"
|
||||
"VoteYea"
|
||||
];
|
||||
const fabIcons = ["Github", "Discord"];
|
||||
library.add(
|
||||
|
|
Loading…
Reference in New Issue