mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Fix compilation error
This commit is contained in:
parent
44e321be34
commit
0bed6d8326
@ -33,7 +33,7 @@ class Header extends React.Component<HeaderProps, HeaderProps> {
|
|||||||
return (
|
return (
|
||||||
<nav>
|
<nav>
|
||||||
<div className="header">
|
<div className="header">
|
||||||
<span className="header-logo"><Link to="/"><img src={String(logo)} alt="logo" /></a></span>
|
<span className="header-logo"><Link to="/"><img src={String(logo)} alt="logo" /></Link></span>
|
||||||
{text}
|
{text}
|
||||||
{signUpButton}
|
{signUpButton}
|
||||||
{signInButton}
|
{signInButton}
|
||||||
|
Loading…
Reference in New Issue
Block a user