Seed: music template (13 files)

This commit is contained in:
2026-07-23 23:00:01 +00:00
parent 8f2f7be972
commit efd68cc762
+1 -1
View File
@@ -31,7 +31,7 @@ export default function TourPage() {
try {
const res = await buyTicket({ plan: show.venue, city: show.city });
if (res?.url && res.url !== "#") { window.location.href = res.url; return; }
toast.success(`Tickets reserved for \${show.venue}`);
toast.success(`Tickets reserved for ${show.venue}`);
} catch {
toast.error("Could not start checkout. Please try again.");
}