chore: add border radious to image

This commit is contained in:
Andrea 2023-02-28 14:45:23 +01:00
parent 4d06d29143
commit ad67b78fc1
No known key found for this signature in database
GPG Key ID: 4594610B9C8F91C5

View File

@ -39,7 +39,7 @@ export default function () {
<div className="text-[#ffff00] font-bold">
I haven't post anything yet! So here's a pic of my cat
</div>
<img src="/cat.jpg" />
<img src="/cat.jpg" className="rounded" />
</div>
)}
</div>