jpg to png

This commit is contained in:
Phapoom Saksri 2024-04-29 02:42:05 +07:00 committed by GitHub
parent cc5057c9fd
commit 9227aeccd3

View file

@ -4,7 +4,7 @@ const Avatar = () => {
return (
<>
<div className="rounded-2xl overflow-hidden w-24" id="status">
<Image priority={true} src="/pfp.jpg" width={128} height={128} alt="Profile picture" />
<Image priority={true} src="/pfp.png" width={128} height={128} alt="Profile picture" />
</div>
<Tooltip anchorSelect="#status" content=":3" />
</>