CONTACT

Hours

HOURS
7 a.m. – 2 a.m. on Weekdays
11 a.m. – 2 a.m. on Weekends

KITCHEN HOURS
8 a.m. – 12 a.m. Sunday through Wednesday
8 a.m. – 1 a.m. Thursday through Saturday

document.addEventListener('DOMContentLoaded', () => { const allLinks = document.querySelectorAll('a'); allLinks.forEach(link => { const href = link.getAttribute('href'); // =====@@>> EVENT NUMBER if (href && href.includes('138108')) { // =====@@>> CHANGE LINK TO THIS link.setAttribute('href', 'https://blacksoulsummer.com/product/the-greenlight-series-presents-elhae/'); // =====@@>> CHANGE BUTTON TEXT TO THIS if (link.classList.contains('sg-events__event-ticket-link')) { link.textContent = 'BUY TICKETS'; } });