From 5a93f29dfe9eb07caedf9ec97b090c972a0db41a Mon Sep 17 00:00:00 2001 From: ThePieBandit <61213359+ThePieBandit@users.noreply.github.com> Date: Mon, 7 Mar 2022 23:52:48 -0500 Subject: [PATCH] Fixing Copy/Paste error Jumpstart: Historic Horizons was mislabeled as Adventures in the forgotten realms commander --- sass/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_variables.scss b/sass/_variables.scss index e3c12b4..8664d1b 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -253,7 +253,7 @@ $keyrune_sets: ( ("Kaldheim Commander", "khc", "\e97d"), ("Commander 2021", "c21", "\e97e"), ("Forgotten Realms Commander", "afc", "\e981"), - ("Jumpstart: Historic Horizons", "afc", "\e983"), + ("Jumpstart: Historic Horizons", "j21", "\e983"), ("Innistrad: Midnight Hunt Commander", "mic", "\e985"), ("Innistrad: Crimson Vow Commander", "voc", "\e986"), ("Commander Collection: Black", "cc2", "\e987"), @@ -437,4 +437,4 @@ $keyrune_sets: ( // display glyph correctly @function ss-content($glyph) { @return unquote("\"#{$glyph}\""); -} \ No newline at end of file +}