diff --git a/frontend/src/features/boss-crystal/pc/user/BossSelector.jsx b/frontend/src/features/boss-crystal/pc/user/BossSelector.jsx index 5b3ac64..b5ac641 100644 --- a/frontend/src/features/boss-crystal/pc/user/BossSelector.jsx +++ b/frontend/src/features/boss-crystal/pc/user/BossSelector.jsx @@ -102,7 +102,7 @@ export default function BossSelector({ characterName, bosses, selections, onChan className="shrink-0 w-11 h-11 rounded-lg overflow-hidden" style={{ background: 'var(--surface-nested)' }} > - {boss.name} + {boss.name} {boss.name} diff --git a/frontend/src/features/boss-crystal/pc/user/CharacterPanel.jsx b/frontend/src/features/boss-crystal/pc/user/CharacterPanel.jsx index 5e9a21f..70ebd33 100644 --- a/frontend/src/features/boss-crystal/pc/user/CharacterPanel.jsx +++ b/frontend/src/features/boss-crystal/pc/user/CharacterPanel.jsx @@ -48,6 +48,8 @@ function CharacterContent({ char, selections, bosses }) { className="w-full h-full object-contain scale-[3] origin-center select-none" style={{ imageRendering: 'pixelated' }} draggable={false} + loading="lazy" + decoding="async" /> ) : ( ? @@ -79,7 +81,7 @@ function CharacterContent({ char, selections, bosses }) { borderColor: 'var(--panel-border)', }} > - +