Skip to content

Commit

Permalink
Merge pull request #603 from danskernesdigitalebibliotek/add-text-und…
Browse files Browse the repository at this point in the history
…er-login-and-favorites

Add text under login and favorites
  • Loading branch information
Adamik10 authored Apr 23, 2024
2 parents 5f03d15 + 4683554 commit 05633ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stories/Blocks/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ export const Header = (props: HeaderProps) => {
{signedIn && (
<span className="text-small-caption">{username}</span>
)}
{!signedIn && <span className="text-small-caption">Login</span>}
</a>
</div>
<div className="header__menu-bookmarked header__button">
<a href="/">
<HeartIcon aria-label="go to favorites list" />
<span className="text-small-caption">Liked</span>
</a>
</div>
</nav>
Expand Down

0 comments on commit 05633ac

Please sign in to comment.