Skip to content

Commit

Permalink
fix(upcoming-event): position the photo in diamond in center
Browse files Browse the repository at this point in the history
  • Loading branch information
Margarita Kurdyumova committed Dec 23, 2018
1 parent ab9da66 commit a7fe3f1
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 a7fe3f1

Please sign in to comment.