Skip to content

Commit

Permalink
Updated the story-header to match search-bar.tsx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresse committed Aug 9, 2024
1 parent ea17bd8 commit 21a68b5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/components/search-bar/story-header.dev.inc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,18 @@ const StoryHeader: React.FC<StoryHeaderProps> = ({ search, userProfile }) => {
<input
type="image"
src={searchIcon}
alt="search-button"
className="header__menu-search-icon"
alt="search icon"
/>
<img
<button
type="button"
className="header__menu-dropdown-icon"
src={expandIcon}
alt="expand dropdown icon"
/>
aria-label="dropdown with advanced search"
aria-expanded="false"
aria-controls="search-header-dropdown"
>
<img src={expandIcon} alt="" />
</button>
</div>
)}
</div>
Expand Down

0 comments on commit 21a68b5

Please sign in to comment.