Skip to content

Commit

Permalink
fix(interest): move tooltop icon to end of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 27, 2020
1 parent d0713d6 commit 21b99de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ function SummaryCard (props: OwnProps & SuccessStateType): ReactElement {
</Text>
</Row>
<Row>
<TooltipHost id='earninterest.calculation.tooltip'>
<TooltipIcon name='info' size='14px' />
</TooltipHost>
<Text
size='12px'
weight={500}
Expand All @@ -128,6 +125,9 @@ function SummaryCard (props: OwnProps & SuccessStateType): ReactElement {
/>
)}
</Text>
<TooltipHost id='earninterest.calculation.tooltip'>
<TooltipIcon name='info' size='14px' />
</TooltipHost>
</Row>
<Separator />
<AmountRow>
Expand Down

0 comments on commit 21b99de

Please sign in to comment.