Skip to content

Commit

Permalink
Merge pull request #392 from WebPurple/fix/diamonds-upcoming-event
Browse files Browse the repository at this point in the history
fix(upcoming-event): position the photo in diamond in center
  • Loading branch information
kitos authored Dec 24, 2018
2 parents ab9da66 + a7fe3f1 commit 966dbfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/home-page/upcoming-events-block.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const UpcomingEvents = withTheme(({ theme, event }) => (
<Diamond
color={i % 2 ? theme.rouge : theme.grape}
backSrc={talk.speaker.avatar}
backPosition={'center center'}
/>
</DiamondOuterWrapper>

Expand Down

0 comments on commit 966dbfe

Please sign in to comment.