Cache-bust the repaired Hop logo asset

Hop-State: A_06FN4J7GSYHT6KRS57JE30G
Hop-Proposal: R_06FN4J6JBXB35ZQMRKNB16G
Hop-Task: T_06FN4J47M54EPYZN030G2FG
Hop-Attempt: AT_06FN4J47M6C6PNVYCWET400
This commit is contained in:
Hop
2026-07-11 10:45:39 -07:00
parent 1061877f14
commit 9cccea670b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -142,7 +142,7 @@
function applyHopSemantics() {
const brandLogo = document.querySelector('#navbar-logo img');
if (brandLogo) brandLogo.src = brandLogo.src.replace('/img/logo.svg', '/img/hop.svg');
if (brandLogo) brandLogo.src = brandLogo.src.replace('/img/logo.svg', '/img/hop.svg?v=2');
for (const root of document.querySelectorAll(semanticRoots)) replaceExactText(root);
replaceAccessibleLabels(document);
addWorkflowSummary();