Add title attribute to Apple make symbol

This commit is contained in:
Sam Becker 2023-10-01 00:00:58 -05:00
parent 70004bb916
commit 1acda9610c

View File

@ -13,7 +13,10 @@ export default function PhotoMakeModel({
'uppercase',
)}>
{photo.make === 'Apple'
? <AiFillApple className="translate-y-[-0.5px]" />
? <AiFillApple
title="Apple"
className="translate-y-[-0.5px]"
/>
: photo.make}
&nbsp;
{photo.model}