DEV Community

Discussion on: Make a landing page for your band in 30 minutes with gatsby-theme-musician 🎸

Collapse
 
therobbrennan profile image
Rob Brennan

Yeah - it's because the locale strings default ALL date and time values to en-GB instead of the locale of the app. 🧐

I just filed this issue - github.com/ekafyi/gatsby-theme-mus...

Collapse
 
charleshood profile image
Charles Hood

Could this be worked around with shadowing?

gatsbyjs.org/docs/themes/shadowing/

Thread Thread
 
marklchaves profile image
mark l chaves

Shadowing. Hmmm--similar to WordPress' child themes or OOP polymorphism. Nice. Thanks for sharing.

BTW, I visited the repo for this theme. It doesn't look like it's actively supported?

Good luck!

Thread Thread
 
charleshood profile image
Charles Hood

There’s a fork that’s much more active:

github.com/TheRobBrennan/woatw

Thread Thread
 
marklchaves profile image
mark l chaves • Edited

Ok. Cool.

BTW, I hope you don't mind. I noticed that in your implementation--the hero isn't responsive on mobile? The theme's example site is though.

Do you know why? Is it a limitation with the theme?

Non responsive hero

Thanks!

Collapse
 
charleshood profile image
Charles Hood

Yeah I filed this as an issue on the starter over 4 months ago.

github.com/ekafyi/starter-musician...