mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-08 07:41:05 +00:00
jpg to png
This commit is contained in:
parent
cc5057c9fd
commit
9227aeccd3
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue