Skip to content

Commit

Permalink
Hide “Made by” on the auth pages
Browse files Browse the repository at this point in the history
0-effort solution.
  • Loading branch information
mondoreale committed Jan 23, 2020
1 parent bb03082 commit e55a922
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/auth/components/Footer/index.jsx
Expand Up @@ -2,7 +2,6 @@

import React from 'react'
import cx from 'classnames'
import { Translate } from 'react-redux-i18n'

import styles from './footer.pcss'

Expand All @@ -13,7 +12,7 @@ type Props = {
const Footer = ({ className }: Props) => (
<div className={cx(className, styles.root)}>
<div className={styles.inner}>
<Translate value="general.footnote" />
&zwnj;
</div>
</div>
)
Expand Down

0 comments on commit e55a922

Please sign in to comment.