Skip to content

Commit

Permalink
Merge pull request #282 from reflexer-labs/develop
Browse files Browse the repository at this point in the history
fix image rounding
  • Loading branch information
mstfash authored Nov 27, 2021
2 parents be20319 + faf85f0 commit 7458b7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/containers/Earn/Incentives/IncentiveRound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ const IncentiveRound = ({ round, collapsed }: Props) => {
<LeftBlock>
<DistroData>
<img
style={{
borderRadius:
distro.name
.toLowerCase()
.includes(
'flx/eth'
)
? '0'
: '50%',
}}
src={distro.image}
alt=""
/>{' '}
Expand Down

0 comments on commit 7458b7d

Please sign in to comment.