Skip to content

Commit

Permalink
feat(components): set placeholder images to blur
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcodax committed Jul 30, 2024
1 parent d3018f6 commit 3f1dc52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/www/src/app/(main)/_components/Intro/IntroImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const IntroImage = () => {
alt='codingcodax avatar'
className='rounded-full grayscale'
height={100}
placeholder='blur'
src='https://avatars.githubusercontent.com/u/48135533?v=4'
width={100}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const ProjectImage = ({ image, alt }: Props) => {
<Image
alt={alt}
className='aspect-video h-full w-full bg-grey-bg'
placeholder='blur'
src={image}
/>
</figure>
Expand Down

0 comments on commit 3f1dc52

Please sign in to comment.