From 97ed307921ba887b14ff0b14067a74c2a9659086 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 24 Dec 2022 14:45:15 -0800 Subject: [PATCH] Add keys to grid skill images --- components/WeaponUnit/index.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/components/WeaponUnit/index.tsx b/components/WeaponUnit/index.tsx index e1ed3283..2baba499 100644 --- a/components/WeaponUnit/index.tsx +++ b/components/WeaponUnit/index.tsx @@ -178,7 +178,12 @@ const WeaponUnit = (props: Props) => { } return ( - {`${altText}`} + {altText} ) } @@ -284,9 +289,11 @@ const WeaponUnit = (props: Props) => { props.gridWeapon.ax && axSkill ) { + const altText = `${axSkill.name[locale]} Lv${props.gridWeapon.ax[index].strength}` return ( {`axskill`}