Skip to content

Commit

Permalink
Merge pull request #691 from amyyeung17/655-download-button
Browse files Browse the repository at this point in the history
Fix #655: Added aria-expanded for download button
  • Loading branch information
CodeWritingCow authored Jun 13, 2024
2 parents 7269200 + 334785b commit 9ecd5ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SidePanelControlBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ const SearchBarComponent: FC<SidePanelControlBarProps> = ({
/>
<ThemeButton
color="tertiary"
aria-expanded={currentView === "download"}
aria-label="Download"
onPress={() => updateCurrentView("download")}
startContent={<DownloadSimple />}
Expand Down

0 comments on commit 9ecd5ae

Please sign in to comment.