Update Avatar.jsx

This commit is contained in:
Phapoom Saksri 2024-11-26 12:25:33 +07:00 committed by GitHub
parent 3a2e9c70ad
commit 28816b843e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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