From 663cb64f1c14cd19251d470e78689e2b7ca77af1 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 29 Jun 2022 00:54:57 -0700 Subject: [PATCH] Update raidGroups.tsx --- utils/raidGroups.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/utils/raidGroups.tsx b/utils/raidGroups.tsx index 777d1e43..1d411423 100644 --- a/utils/raidGroups.tsx +++ b/utils/raidGroups.tsx @@ -115,10 +115,16 @@ export const raidGroups: RaidGroup[] = [ ja: '星の民' } }, + { + name: { + en: '10-Star Raids', + ja: '★★★★★★★★★★' + } + }, { name: { en: 'Super Ultimate', ja: 'スーパーアルティメット' } } -] \ No newline at end of file +]