(frontend) set empty alt on logo due to Axe a11y error

image is decorative; alt was redundant with link aria-label

Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
Cyril
2025-10-23 09:17:25 +02:00
parent 9d3c1eb9d5
commit 2f010cf36d
5 changed files with 10 additions and 7 deletions

View File

@@ -137,8 +137,7 @@
"header": {
"logo": {
"src": "/assets/icon-docs.svg",
"width": "32px",
"alt": "Notes"
"width": "32px"
}
}
}