Skip to content

Commit d816615

Browse files
authored
Merge pull request #1500 from w3bdesign/develop
Remove invalid aria roles
2 parents c9e0f0b + 283e28a commit d816615

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Header/Cart.component.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ const Cart = ({ stickyNav }: ICartProps) => {
3737
height="55"
3838
viewBox="0 0 30 30"
3939
aria-label="Handlekurv"
40+
role="img"
4041
>
4142
<path
4243
d="M21,7H7.462L5.91,3.586C5.748,3.229,5.392,3,5,3H2v2h2.356L9.09,15.414C9.252,15.771,9.608,16,10,16h8 c0.4,0,0.762-0.238,0.919-0.606l3-7c0.133-0.309,0.101-0.663-0.084-0.944C21.649,7.169,21.336,7,21,7z M17.341,14h-6.697L8.371,9 h11.112L17.341,14z"
43-
aria-label="Handlekurv"
4444
/>
45-
<circle cx="10.5" cy="18.5" r="1.5" aria-label="Handlekurv" />
46-
<circle cx="17.5" cy="18.5" r="1.5" aria-label="Handlekurv" />
45+
<circle cx="10.5" cy="18.5" r="1.5" />
46+
<circle cx="17.5" cy="18.5" r="1.5" />
4747
</svg>
4848
</span>
4949
</Link>

0 commit comments

Comments
 (0)