From 7cad878f839a1d97bcae3df23b0b5f552e00707d Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 6 Mar 2022 02:58:58 -0800 Subject: [PATCH] Update raids and add Guild Wars raids --- components/RaidDropdown/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/RaidDropdown/index.tsx b/components/RaidDropdown/index.tsx index 72a27330..d86e3f6d 100644 --- a/components/RaidDropdown/index.tsx +++ b/components/RaidDropdown/index.tsx @@ -23,11 +23,11 @@ const RaidDropdown = React.forwardRef(function useFiel const [raids, setRaids] = useState() const raidGroups = [ - 'Assorted', 'Omega', 'T1 Summons', 'T2 Summons', + 'Assorted', 'Guild Wars', 'Omega', 'T1 Summons', 'T2 Summons', 'Primarchs', 'Nightmare', 'Omega (Impossible)', 'Omega II', 'Tier 1 Summons (Impossible)', 'Tier 3 Summons', 'Ennead', 'Malice', - '6-Star Raids', 'Six-Dragons', 'Nightmare (Impossible)', 'Astral', - 'Super Ultimate' + '6-Star Raids', 'Six-Dragons', 'Nightmare (Impossible)', 'Arcarum: Replicard Sandbox', + 'Astral', 'Super Ultimate' ] const organizeRaids = useCallback((raids: Raid[]) => {