fix: commissions UI

fix: remove logs
This commit is contained in:
Sérgio Salgado 2021-02-17 14:06:51 +00:00 committed by Josh Harvey
parent 62269699fc
commit 44980bbf9c
5 changed files with 43 additions and 6 deletions

View file

@ -5,7 +5,7 @@ import React from 'react'
import ErrorMessage from 'src/components/ErrorMessage'
import Title from 'src/components/Title'
import { SubpageButton } from 'src/components/buttons'
import { Label1 } from 'src/components/typography'
import { Info1, Label1 } from 'src/components/typography'
import styles from './TitleSection.styles'
@ -33,7 +33,7 @@ const TitleSection = ({
Icon={button.icon}
InverseIcon={button.inverseIcon}
toggle={button.toggle}>
{button.text}
<Info1 className={classes.buttonText}>{button.text}</Info1>
</SubpageButton>
)}
</div>