Skip to content

Commit

Permalink
feat: remove title link
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWinberg committed Jun 18, 2024
1 parent 6a12bd4 commit 37766b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/common/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Header = ({ translate }) => (
<div className="header">
<div className="top">
<img id="headericon" src={onelisticon} alt="Settings" height="30px" />
<a href="https://menu.codies.se"><h1>OneList</h1></a>
<h1>OneList</h1>
<NavLink to="/settings">
<img id="settingicon" src={settingicon} alt="Settings" height="28px" />
</NavLink>
Expand Down

0 comments on commit 37766b3

Please sign in to comment.