Redirecting Welcome's load onClick to load route #75

This commit is contained in:
apanizo 2018-11-12 16:33:31 +01:00
parent 767fc8c7ea
commit 5939276462
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import Heading from '~/components/layout/Heading'
import Img from '~/components/layout/Img'
import Button from '~/components/layout/Button'
import Link from '~/components/layout/Link'
import { OPEN_ADDRESS } from '~/routes/routes'
import { OPEN_ADDRESS, LOAD_ADDRESS } from '~/routes/routes'
import { marginButtonImg } from '~/theme/variables'
import styles from './Layout.scss'
@ -43,7 +43,7 @@ export const CreateSafe = ({ size, provider }: SafeProps) => (
export const LoadSafe = ({ size, provider }: SafeProps) => (
<Button
component={Link}
to={OPEN_ADDRESS}
to={LOAD_ADDRESS}
variant="outlined"
size={size || 'medium'}
color="primary"