remove 'litruv' from alt text on logos

This commit is contained in:
2026-01-02 13:24:35 +11:00
parent 1d978e3244
commit a091905b28

View File

@@ -22,7 +22,7 @@
<i class="fas fa-bars" aria-hidden="true"></i> <i class="fas fa-bars" aria-hidden="true"></i>
</button> </button>
<div class="title-text"> <div class="title-text">
<img src="./img/logo.png" alt="Litruv" class="brand-logo"> <img src="./img/logo.png" alt="Logo" class="brand-logo">
<span class="divider" aria-hidden="true">/</span> <span class="divider" aria-hidden="true">/</span>
<span class="page-title">Documentation</span> <span class="page-title">Documentation</span>
</div> </div>
@@ -100,7 +100,7 @@
if (existingTitle) existingTitle.remove(); if (existingTitle) existingTitle.remove();
// Make sure the print header is accessible // 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 printHeader.setAttribute('aria-hidden', 'true'); // Hide from screen readers when printing
}); });