diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-26 18:53:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 18:53:19 -0700 |
| commit | a5c641a52793d848f4f6bbf21c2bc5666a57cc62 (patch) | |
| tree | 228effca7620b28b9d9e5ee9defc124dbcf0237a /member_colors.py | |
| parent | 054d5351925c75f11855b39a19f325bf46eb7634 (diff) | |
Fix typo in Sinon Sinfonia name
Diffstat (limited to 'member_colors.py')
| -rw-r--r-- | member_colors.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/member_colors.py b/member_colors.py index 3868c46..e35a44b 100644 --- a/member_colors.py +++ b/member_colors.py @@ -35,7 +35,7 @@ member_color_map = { "Nitya Nil": "#5D8000", "Malice Evermore": "#551D36", "Wilhelmina Frost": "#99CBD6", - "Sinon Sinfornia": "#40D0F3" + "Sinon Sinfonia": "#40D0F3" } # Description: Groupings to make it easier to see who is in which group. On the legend @@ -79,7 +79,7 @@ member_groups = { "Nitya Nil": "Phase 04 - SAGA", "Malice Evermore": "Phase 04 - SAGA", "Wilhelmina Frost": "Phase 04 - SAGA", - "Sinon Sinfornia": "Phase 04 - SAGA" + "Sinon Sinfonia": "Phase 04 - SAGA" } GRADUATED = ["Fuura Yuri", "Saya Sairroxs"] |
