From 1b5e77d55d6959e6ce682d45843109e6a5015fcd Mon Sep 17 00:00:00 2001 From: Zach Harding Date: Tue, 26 May 2026 15:38:50 -0400 Subject: [PATCH] fixed incorrect set abbreviation --- src/components/SetIcon.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SetIcon.astro b/src/components/SetIcon.astro index 9adfd9a..46772aa 100644 --- a/src/components/SetIcon.astro +++ b/src/components/SetIcon.astro @@ -255,7 +255,7 @@ const setMap = { "DRI": destined_rivals, "SSP": surging_sparks, "ME03": perfect_order, -"ME04": chaos_rising, +"CRI": chaos_rising, }; const svg = setMap[set as keyof typeof setMap] ?? "";