You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code that displays "Detail / RSVP" for the info_url is contained in this theme source file:
gatsby-theme-musician/theme/src/components/show-item.js
Unfortunately, for a site deployed to Netlify using the starter there is no way to modify this file as it is not copied to my local GitHub repository as part of the process.
So, I created this file (copied from theme) in my GitHut repository:
src/gatsby-theme-musician/components/show-item.js
I changed line number 70 to say:
Tickets
(instead of detail/RSVP)
Unfortunately there is no way to make it say Tickets only for ticketed events and RSVP for everything else. Everything has to be the same. But still, this is progress!
Is there any way to change the button text for the info url in shows.yml to say “Tickets” instead of detail/RSVP?
The text was updated successfully, but these errors were encountered: