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
});