Skip to content

Commit

Permalink
Add "Login" under user icon for story-header storybook file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Apr 22, 2024
1 parent 9aad034 commit 2723ce6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/search-bar/story-header.dev.inc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@ const StoryHeader: React.FC<StoryHeaderProps> = ({ search, userProfile }) => {
{userProfile || (
<div className="header__menu-profile header__button">
<img src={profileIcon} alt="Profile" />
<span className="text-small-caption">Login</span>
</div>
)}
<div className="header__menu-bookmarked header__button">
<a href="/">
<img src={heartIcon} alt="List of bookmarks" />
<span className="text-small-caption">Liked</span>
</a>
</div>
</nav>
Expand Down

0 comments on commit 2723ce6

Please sign in to comment.