changed from hexo to custom react stuff #1
1 changed files with 3 additions and 3 deletions
|
@ -102,13 +102,13 @@ export default class Navbar extends React.Component {
|
|||
</ReactTooltip>
|
||||
)}
|
||||
|
||||
<StyledALink
|
||||
<StyledLink
|
||||
data-tip
|
||||
data-for="search"
|
||||
href={`${process.env.PUBLIC_URL}/explore`}
|
||||
to={`${process.env.PUBLIC_URL}/explore`}
|
||||
>
|
||||
<FontAwesomeIcon icon={faSearch} />
|
||||
</StyledALink>
|
||||
</StyledLink>
|
||||
{!isMobile && (
|
||||
<ReactTooltip id="search" type="dark" effect="solid">
|
||||
<span>Search</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue