bitcoinbrisbane / bitcoinpokertour

https://www.bitcoinpokertour.com/
Creative Commons Zero v1.0 Universal
1 stars 7 forks source link

Fonts different colour in H2 #117

Open bitcoinbrisbane opened 2 weeks ago

bitcoinbrisbane commented 2 weeks ago

image

h2 is different to the home page

jr-boney commented 2 weeks ago

The original code was missing styling for the <h2> element. Path to file: bitcoinpokertour\src\app\schedule\page.tsx . The corrected code should look like this:


<h2 className="text-neutral-900 dark:text-neutral-100">
  There are no scheduled events, check back later or join our Telegram group.
</h2>