Fix Hop homepage asset URLs so styling and logo load

Hop-State: A_06FN4HDTP85Z09XY3BKECQR
Hop-Proposal: R_06FN4HD484STXA4V1Q7H6RG
Hop-Task: T_06FN4HAHV8Z9WW3VHG7NFG8
Hop-Attempt: AT_06FN4HAHVAG59R709PFP8HR
This commit is contained in:
Hop
2026-07-11 10:42:09 -07:00
parent ae2ffae36d
commit 568bfb3670
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -141,8 +141,8 @@
}
function applyHopSemantics() {
const brandLogo = document.querySelector('#navbar-logo img');
if (brandLogo) brandLogo.src = brandLogo.src.replace('/img/logo.svg', '/assets/img/hop.svg');
const brandLogo = document.querySelector('#navbar-logo img');
if (brandLogo) brandLogo.src = brandLogo.src.replace('/img/logo.svg', '/img/hop.svg');
for (const root of document.querySelectorAll(semanticRoots)) replaceExactText(root);
replaceAccessibleLabels(document);
addWorkflowSummary();