Add title attribute to Apple make symbol
This commit is contained in:
parent
70004bb916
commit
1acda9610c
@ -13,7 +13,10 @@ export default function PhotoMakeModel({
|
|||||||
'uppercase',
|
'uppercase',
|
||||||
)}>
|
)}>
|
||||||
{photo.make === 'Apple'
|
{photo.make === 'Apple'
|
||||||
? <AiFillApple className="translate-y-[-0.5px]" />
|
? <AiFillApple
|
||||||
|
title="Apple"
|
||||||
|
className="translate-y-[-0.5px]"
|
||||||
|
/>
|
||||||
: photo.make}
|
: photo.make}
|
||||||
|
|
||||||
{photo.model}
|
{photo.model}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user