I am trying to set the Image title with the NextJS Image component but looks like it doesnt take the attribtute. Any hack on how to get it to work?
<Image
src={logoChatGPT}
alt="ChatGPT"
title="ChatGPT"
width={24}
height={24}
className='ml-2'
/>