Skip to content

Commit

Permalink
Merge pull request #150 from social-plan-it/jacobbaqleh/display-group…
Browse files Browse the repository at this point in the history
…-img

Display group's image if there is one
  • Loading branch information
JacobBaqleh1 committed May 22, 2024
2 parents a1223e2 + c661ae6 commit 6dadcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function Group() {
<div className="w-52 h-52">
<Image
className="bg-contain bg-center flex self-start rounded-full"
src="https://images.pexels.com/photos/3184339/pexels-photo-3184339.jpeg"
src={group.imgUrl ?? 'https://images.pexels.com/photos/3184339/pexels-photo-3184339.jpeg'}
alt="Group meeting around an office table"
background="https://res.cloudinary.com/dxctpvd8v/image/upload/v1709096811/SocialPlanit-Loading_qedebk.png"
width={210}
Expand Down

0 comments on commit 6dadcb4

Please sign in to comment.