“Our partners, donors and friends ensure the future of Texas Ballet Theater for generations to come. The power of your donation enriches our community with art and culture in the form of ballet.”
// 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();
}