Update Avatar.jsx

This commit is contained in:
Phapoom Saksri 2024-11-26 12:25:33 +07:00 committed by GitHub
parent 915a2cb0fe
commit 72b50c793b

View file

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