(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 <[email protected]>
This commit is contained in:
Cyril
2025-10-27 07:34:14 +01:00
parent 9d3c1eb9d5
commit 2f010cf36d
5 changed files with 10 additions and 7 deletions
@@ -137,8 +137,7 @@
"header": {
"logo": {
"src": "/assets/icon-docs.svg",
"width": "32px",
"alt": "Notes"
"width": "32px"
}
}
}