feat: add accessibility roles and aria-labels to SVG icons in the home page

This commit is contained in:
2026-05-12 00:35:03 +02:00
parent 5ac2dc5277
commit c25a8e0da3
+6
View File
@@ -24,6 +24,8 @@ export default async function Home() {
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
role="img"
aria-label="total-items"
>
<path
strokeLinecap="round"
@@ -45,6 +47,8 @@ export default async function Home() {
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
role="img"
aria-label="total-assets"
>
<path
strokeLinecap="round"
@@ -66,6 +70,8 @@ export default async function Home() {
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
role="img"
aria-label="total-recipients"
>
<path
strokeLinecap="round"