New and noteworthy moments from Texas Ballet Theater.
Check back later. Content is coming soon!
// 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();
}