style(headerComponent): capitalize the first letter of "join the waitlist" to improve consistency and readability

This commit is contained in:
anovazzi1 2023-08-09 10:44:25 -03:00
commit 181beb810e

View file

@ -40,7 +40,7 @@ export default function Header() {
className="header-waitlist-link-box"
>
<span className="pr-1 text-2xl"></span>
<span>join the waitlist</span>
<span>Join the waitlist</span>
</a>
</div>
) : (