Donate Buy Tickets

Thank you for submitting your registration!

You have successfully registered at Texas Ballet Theater School.

// 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(); }