From 39a92a88bf463c345f2300724380355bd2be2b42 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Sun, 2 Jan 2022 15:00:31 +0900 Subject: [PATCH] Style top section style of battlesuit show page and weapon show page --- .../honkai3rd/battlesuits/[battlesuitId].tsx | 39 +++++++++---------- src/pages/honkai3rd/weapons/[weaponId].tsx | 14 +++++-- 2 files changed, 29 insertions(+), 24 deletions(-) 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) => {