Skip to content

Commit

Permalink
chore: remove filter to profile photo
Browse files Browse the repository at this point in the history
  • Loading branch information
rxtsel authored Apr 18, 2024
1 parent 3c7c0af commit 774954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const t = useTranslations(lang)
width='100'
height='100'
alt='puede ser una foto de Cristhian Melo'
class='size-[100px] lg:size-[130px] aspect-square rounded-full mx-auto border border-cPaper shadow-md mb-1 grayscale-[0.6]'
class='size-[100px] lg:size-[130px] aspect-square rounded-full mx-auto border border-cPaper shadow-md mb-1'
/>
</picture>

Expand Down

0 comments on commit 774954b

Please sign in to comment.