style(headerComponent): capitalize the first letter of "The" in "Join The Waitlist" for consistency and readability

This commit is contained in:
anovazzi1 2023-08-09 10:59:50 -03:00
commit 21fb5aad6c

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>
) : (