From a091905b280f53c138352cbfc06ce37b611a12df Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 2 Jan 2026 13:24:35 +1100 Subject: [PATCH] remove 'litruv' from alt text on logos --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f75e36d..ab94e2e 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@
- + Documentation
@@ -100,7 +100,7 @@ if (existingTitle) existingTitle.remove(); // Make sure the print header is accessible - brandLogo.setAttribute('alt', 'Litruv logo'); + brandLogo.setAttribute('alt', 'Logo'); printHeader.setAttribute('aria-hidden', 'true'); // Hide from screen readers when printing });