Skip to content

Commit

Permalink
styles(home): added border radious to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
gk-shuvo committed Jun 11, 2024
1 parent 145adb4 commit e441899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Home: React.FC<HomeProps> = ({ homeData }) => {
width={300}
height={300}
blurDataURL={homeData.imageUrl}
className='rounded'
/>
</div>
</div>
Expand Down

0 comments on commit e441899

Please sign in to comment.