Skip to content

Commit

Permalink
merged menu-hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Aug 19, 2024
2 parents 9a2c31e + 407a941 commit 36684ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/MapMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ export default function MapMenu(props: MapMenuProps) {
</div>
<div className='order-1 order-sm-3 col-8 col-sm-4 px-0'>
<div className='d-flex justify-content-end me-3 pb-1'>
<div className="btn-group btn-group-sm my-1" role="group" aria-label="Basic checkbox toggle button group">
<a className="btn dropdown-toggle rounded-end-0 d-flex align-items-center ga-map-menu-item" id="accessibility" href="#accessibility" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<div className="btn-group btn-outline-secondary btn-group-sm my-1" role="group" aria-label="Basic checkbox toggle button group">
<a className="btn dropdown-toggle rounded-end-0 d-flex align-items-center" id="accessibility" href="#accessibility" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<img width={30} src={accessibilityIcon} alt="Accessibility Dropdown menu" />

</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function SearchResults(props: SearchResultsProps) {
setSearchQuery('');
}} />
) : (
<img width={20} src={searchIcon} />
<img width={20} src={searchIcon} alt="search icon" />
) }
</div>
</div>
Expand Down

0 comments on commit 36684ce

Please sign in to comment.