Don't show icon for balanced character awakening

Also, remove old CSS
This commit is contained in:
Justin Edmund 2023-07-03 21:03:47 -07:00
parent 4cf87e8fdb
commit a1c22acaaf
2 changed files with 6 additions and 10 deletions

View file

@ -44,10 +44,4 @@
} }
} }
} }
// .Footer {
// position: sticky;
// bottom: 0;
// left: 0;
// }
} }

View file

@ -144,10 +144,12 @@ const CharacterHovercard = (props: Props) => {
{t('modals.characters.subtitles.awakening')} {t('modals.characters.subtitles.awakening')}
</h5> </h5>
<div> <div>
{gridAwakening.type.slug !== 'character-balanced' && (
<img <img
alt={gridAwakening.type.name[locale]} alt={gridAwakening.type.name[locale]}
src={`${process.env.NEXT_PUBLIC_SIERO_IMG_URL}/awakening/${gridAwakening.type.slug}.jpg`} src={`${process.env.NEXT_PUBLIC_SIERO_IMG_URL}/awakening/${gridAwakening.type.slug}.jpg`}
/> />
)}
<span> <span>
<strong>{`${gridAwakening.type.name[locale]}`}</strong>&nbsp; <strong>{`${gridAwakening.type.name[locale]}`}</strong>&nbsp;
{`Lv${gridAwakening.level}`} {`Lv${gridAwakening.level}`}