mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 02:36:07 +10:00
remove 'litruv' from alt text on logos
This commit is contained in:
@@ -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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user