Skip to content

Commit

Permalink
fix: set aria-hidden on icons
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <rare-magma@posteo.eu>
  • Loading branch information
rare-magma committed Mar 29, 2024
1 parent de7c889 commit 41d5453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/StatCard/StatCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export function StatCard({ onShowGraphs }: StatCardProps) {
</InputGroup>
<InputGroup className="mb-1" key={"withGoal"}>
<InputGroup.Text>
<BsArrowReturnRight />
<BsArrowReturnRight aria-hidden />
<OverlayTrigger
placement="top"
overlay={
Expand Down Expand Up @@ -264,7 +264,7 @@ export function StatCard({ onShowGraphs }: StatCardProps) {
</InputGroup>
<InputGroup className="mb-1" key={"saved"}>
<InputGroup.Text>
<BsArrowReturnRight />
<BsArrowReturnRight aria-hidden />
<OverlayTrigger
placement="top"
overlay={
Expand Down

0 comments on commit 41d5453

Please sign in to comment.