feat: add accessibility roles and aria-labels to SVG icons in the home page
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user