Skip to content

Commit

Permalink
feat(button): create scale image button
Browse files Browse the repository at this point in the history
  • Loading branch information
benprotheroe committed Nov 12, 2024
1 parent 4ed8ed0 commit 4de79a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const OakScaleImageButton = <C extends ElementType = "button">({
$bblr={"border-radius-square"}
$btlr={"border-radius-square"}
width={"100%"}
aria-label={!isExpanded ? "Expand Image" : "Minimise imagew"}
aria-label={!isExpanded ? "Expand Image" : "Minimise image"}
data-testid="expand-image-button"
/>
);
Expand Down

0 comments on commit 4de79a5

Please sign in to comment.