mirror of
				https://github.com/bra1n/townsquare.git
				synced 2025-10-21 16:55:12 +00:00 
			
		
		
		
	Fixing ordering of fontawesome import array to maintain alphabetical ordering
This commit is contained in:
		
							parent
							
								
									3f33e10564
								
							
						
					
					
						commit
						58263e2f6d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		
		Reference in a new issue