diff --git a/src/pages/honkai3rd/battlesuits/[battlesuitId].tsx b/src/pages/honkai3rd/battlesuits/[battlesuitId].tsx index 64ad967d..66bae4ca 100644 --- a/src/pages/honkai3rd/battlesuits/[battlesuitId].tsx +++ b/src/pages/honkai3rd/battlesuits/[battlesuitId].tsx @@ -41,32 +41,31 @@ const BattlesuitShowPage = ({ battlesuit }: BattlesuitShowPageProps) => { {battlesuit.name} + + + {battlesuit.name} + + + - - - {battlesuit.name} - - - { /> - - {'⭐'.repeat(weapon.rarity)} - + + + {capitalize(weapon.category)} + + + {'⭐'.repeat(weapon.rarity)} + + ATK : {weapon.atk} / CRT : {weapon.crt} - + {weapon.skills.map((skill) => {