Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterVargas committed Mar 31, 2024
1 parent 77b48a8 commit 0dd9ee2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed public/profile.png
Binary file not shown.
Binary file added public/profile.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/instagramprofile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const InstagramProfile: React.FC = () => {
<div className="relative w-[300px] h-[300px] rounded-full overflow-hidden">
<div className={styles['instagram-border']}>
<Image
src="/profile.png"
src="/profile.webp"
alt="Profile Peter Vargas"
width={300}
height={300}
Expand Down

0 comments on commit 0dd9ee2

Please sign in to comment.