Skip to content

Commit

Permalink
♻️ Use Icon component on termsOfUse
Browse files Browse the repository at this point in the history
  • Loading branch information
massao committed Aug 15, 2019
1 parent c971bdb commit 515483f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/termsOfUse/termsOfUse.js
@@ -1,7 +1,7 @@
import React from 'react';
import Piwik from '../../utils/piwik';
import { PrimaryButton } from '../toolbox/buttons/button';
import logo from '../../assets/images/lisk-logo-v2.svg';
import Icon from '../toolbox/icon';
import routes from '../../constants/routes';
import styles from './termsOfUse.css';

Expand Down Expand Up @@ -41,7 +41,7 @@ class TermsOfUse extends React.Component {
return (
<div className={styles.wrapper}>
<header className={styles.header}>
<img src={logo} />
<Icon name="liskLogo" />
</header>
<div className={styles.content}>
<h1>{this.props.t('Lisk Terms of Use')}</h1>
Expand Down

0 comments on commit 515483f

Please sign in to comment.