switched header 'href' to 'to'

This commit is contained in:
David Sun
2019-04-05 10:46:22 -07:00
parent fdcad84cee
commit ccfd021796
2 changed files with 2 additions and 2 deletions

View File

@@ -8,10 +8,10 @@
<meta name="description" content="0x is an open protocol that enables the peer-to-peer exchange of assets on the Ethereum blockchain." />
<link rel="icon" type="image/png" href="/images/favicon/favicon-2-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/images/favicon/favicon-2-16x16.png" sizes="16x16" />
<link rel="stylesheet" href="/css/formular.css" />
<link rel="stylesheet" href="/css/material-design-iconic-font.min.css" />
<link rel="stylesheet" href="/css/roboto.css" />
<link rel="stylesheet" href="/css/roboto_mono.css" />
<link rel="stylesheet" href="/css/formular.css" />
<link rel="stylesheet" href="/css/basscss.min.css" />
<link rel="stylesheet" href="/css/basscss_responsive_custom.css" />
<link rel="stylesheet" href="/css/basscss_responsive_padding.css" />

View File

@@ -98,7 +98,7 @@ class HeaderBase extends React.Component<HeaderProps> {
</NavLinks>
<MediaQuery minWidth={990}>
<TradeButton bgColor={theme.headerButtonBg} color="#ffffff" href="/explore">
<TradeButton bgColor={theme.headerButtonBg} color="#ffffff" to="/explore">
Trade on 0x
</TradeButton>
</MediaQuery>