Skip to content

Commit

Permalink
chore: set element to button
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Nov 13, 2024
1 parent 05c6e61 commit 1a7cd9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const SectionsNotCompleteDownloadNotice = ({
$mt="space-between-s"
>
<OakLink
element="button"
iconName={showMissingSections ? "chevron-up" : "chevron-down"}
isTrailingIcon={true}
onClick={() => setShowMissingSections(!showMissingSections)}
Expand Down

0 comments on commit 1a7cd9e

Please sign in to comment.