Hi there you beautiful people!
So, I'm using TailwindCSS 😄 And I'm trying to use it with the next/image, like so:
<Image className="h-8 w-auto sm:h-10"
Now, the issue is: Error: Image with src "https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=500" must use "width" and "height" properties or "layout='fill'" property.
However, when reading this: https://nextjs.org/blog/next-12-2#improvements-to-nextimage
I'm a bit confused on what I'm meant to do.