Donate Buy Tickets
// Select the anchor tag containing the SVG with class 'fa-app-store' const appLink = document.querySelector('svg.fa-app-store').parentElement; if (appLink && appLink.tagName.toLowerCase() === 'a') { appLink.href = getAppStoreLink(); }