switched header 'href' to 'to'
This commit is contained in:
		@@ -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" />
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user