meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
2 deletions
-
src/components/ManagerPage/ManagerGenuineCheck.js
|
|
@ -22,9 +22,8 @@ class ManagerGenuineCheck extends PureComponent<Props> { |
|
|
|
render() { |
|
|
|
const { t, onSuccess } = this.props |
|
|
|
return ( |
|
|
|
<Box align="center"> |
|
|
|
<Box align="center" py={7}> |
|
|
|
<TrackPage category="Manager" name="Genuine Check" /> |
|
|
|
<Space of={60} /> |
|
|
|
<Box align="center" style={{ maxWidth: 460 }}> |
|
|
|
<img |
|
|
|
src={i('logos/connectDevice.png')} |
|
|
|