Donate Buy Tickets

Hello world!

Date Posted: March 4, 2020 • 10:08 AM

Author:

Category: Uncategorized

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Leave a Reply

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