mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	Fixing Copy/Paste error
Jumpstart: Historic Horizons was mislabeled as Adventures in the forgotten realms commander
This commit is contained in:
		
							parent
							
								
									5966c41032
								
							
						
					
					
						commit
						5a93f29dfe
					
				@ -253,7 +253,7 @@ $keyrune_sets: (
 | 
				
			|||||||
    ("Kaldheim Commander", "khc", "\e97d"),
 | 
					    ("Kaldheim Commander", "khc", "\e97d"),
 | 
				
			||||||
    ("Commander 2021", "c21", "\e97e"),
 | 
					    ("Commander 2021", "c21", "\e97e"),
 | 
				
			||||||
    ("Forgotten Realms Commander", "afc", "\e981"),
 | 
					    ("Forgotten Realms Commander", "afc", "\e981"),
 | 
				
			||||||
    ("Jumpstart: Historic Horizons", "afc", "\e983"),
 | 
					    ("Jumpstart: Historic Horizons", "j21", "\e983"),
 | 
				
			||||||
    ("Innistrad: Midnight Hunt Commander", "mic", "\e985"),
 | 
					    ("Innistrad: Midnight Hunt Commander", "mic", "\e985"),
 | 
				
			||||||
    ("Innistrad: Crimson Vow Commander", "voc", "\e986"),
 | 
					    ("Innistrad: Crimson Vow Commander", "voc", "\e986"),
 | 
				
			||||||
    ("Commander Collection: Black", "cc2", "\e987"),
 | 
					    ("Commander Collection: Black", "cc2", "\e987"),
 | 
				
			||||||
@ -437,4 +437,4 @@ $keyrune_sets: (
 | 
				
			|||||||
// display glyph correctly
 | 
					// display glyph correctly
 | 
				
			||||||
@function ss-content($glyph) {
 | 
					@function ss-content($glyph) {
 | 
				
			||||||
    @return unquote("\"#{$glyph}\"");
 | 
					    @return unquote("\"#{$glyph}\"");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user