Skip to content

Commit

Permalink
fix: image typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JVMedeiros committed Sep 17, 2024
1 parent 9612311 commit 10cb65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Photo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function Photo() {
className='w-[298px] h-[298px] xl:w-[498px] xl:h-[498px] mix-blend-lighten absolute'
>
<Image
src="/assets/profile.png"
src="/assets/profile.jpeg"
priority
quality={100}
fill
Expand Down

0 comments on commit 10cb65c

Please sign in to comment.