Skip to content

Commit 37766b3

Browse files
committed
feat: remove title link
1 parent 6a12bd4 commit 37766b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/common/Header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Header = ({ translate }) => (
1010
<div className="header">
1111
<div className="top">
1212
<img id="headericon" src={onelisticon} alt="Settings" height="30px" />
13-
<a href="https://menu.codies.se"><h1>OneList</h1></a>
13+
<h1>OneList</h1>
1414
<NavLink to="/settings">
1515
<img id="settingicon" src={settingicon} alt="Settings" height="28px" />
1616
</NavLink>

0 commit comments

Comments
 (0)