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:
@@ -142,7 +142,7 @@
|
|||||||
|
|
||||||
function applyHopSemantics() {
|
function applyHopSemantics() {
|
||||||
const brandLogo = document.querySelector('#navbar-logo img');
|
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);
|
for (const root of document.querySelectorAll(semanticRoots)) replaceExactText(root);
|
||||||
replaceAccessibleLabels(document);
|
replaceAccessibleLabels(document);
|
||||||
addWorkflowSummary();
|
addWorkflowSummary();
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="hop-hero-mark" aria-hidden="true">
|
<div class="hop-hero-mark" aria-hidden="true">
|
||||||
<img src="{{AssetUrlPrefix}}/img/hop.svg" width="180" height="180" alt="">
|
<img src="{{AssetUrlPrefix}}/img/hop.svg?v=2" width="180" height="180" alt="">
|
||||||
<div class="hop-state-card"><span class="hop-state-dot"></span><span>Outcome ready for review</span></div>
|
<div class="hop-state-card"><span class="hop-state-dot"></span><span>Outcome ready for review</span></div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user