We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a12bd4 commit 37766b3Copy full SHA for 37766b3
src/containers/common/Header.js
@@ -10,7 +10,7 @@ const Header = ({ translate }) => (
10
<div className="header">
11
<div className="top">
12
<img id="headericon" src={onelisticon} alt="Settings" height="30px" />
13
- <a href="https://menu.codies.se"><h1>OneList</h1></a>
+ <h1>OneList</h1>
14
<NavLink to="/settings">
15
<img id="settingicon" src={settingicon} alt="Settings" height="28px" />
16
</NavLink>
0 commit comments