Rename cosmos → cosmic

This commit is contained in:
Justin Edmund 2022-12-26 05:17:24 -08:00
parent 61ece14fe7
commit af09e89af1
2 changed files with 1 additions and 28 deletions

View file

@ -25,33 +25,6 @@ const Proficiency = [
'gun',
'katana',
]
const Series = [
'seraphic',
'grand',
'opus',
'draconic',
'revenant',
'primal',
'beast',
'regalia',
'omega',
'olden_primal',
'hollowsky',
'xeno',
'astral',
'rose',
'ultima',
'bahamut',
'epic',
'ennead',
'cosmos',
'ancestral',
'superlative',
'vintage',
'class_champion',
'sephira',
'new_world_foundation',
]
const WeaponResult = (props: Props) => {
const router = useRouter()

View file

@ -17,7 +17,7 @@ interface WeaponSeriesState {
astral: CheckedState
epic: CheckedState
ennead: CheckedState
cosmos: CheckedState
cosmic: CheckedState
ancestral: CheckedState
superlative: CheckedState
vintage: CheckedState