Fix typo of Heavy ATK label

This commit is contained in:
Sakura Knoll
2022-01-02 18:23:43 +09:00 Unverified
parent d4f0f76e05
commit 37dbe23a42
+1 -1
View File
@@ -38,7 +38,7 @@ export const battlesuitFeatures = [
{ icon: 'feature-icons/stun', value: 'stun', label: 'Stun' },
{ icon: 'feature-icons/ignite', value: 'ignite', label: 'Ignite' },
{ icon: 'feature-icons/bleed', value: 'bleed', label: 'Bleed' },
{ icon: 'feature-icons/heavy-atk', value: 'heavy-atk', label: 'heavy-atk' },
{ icon: 'feature-icons/heavy-atk', value: 'heavy-atk', label: 'Heavy ATK' },
{ icon: 'feature-icons/weaken', value: 'weaken', label: 'Weaken' },
{ icon: 'feature-icons/impair', value: 'impair', label: 'Impair' },
{