Fix lint errors
This commit is contained in:
@@ -34,7 +34,10 @@ const BattlesuitShowPage = ({ battlesuit }: BattlesuitShowPageProps) => {
|
||||
|
||||
<Box className='mb-4'>
|
||||
<Box>
|
||||
<img src={`/assets/honkai3rd/battlesuits/${battlesuit.id}.png`} />
|
||||
<img
|
||||
alt={battlesuit.name}
|
||||
src={`/assets/honkai3rd/battlesuits/${battlesuit.id}.png`}
|
||||
/>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ const BattlesuitListPage = ({ battlesuits }: BattlesuitListPageProps) => {
|
||||
}}
|
||||
>
|
||||
<img
|
||||
alt={battlesuit.name}
|
||||
style={{
|
||||
position: 'absolute',
|
||||
left: '50%',
|
||||
|
||||
Reference in New Issue
Block a user