style(headerComponent): capitalize the first letter of "The" in "Join The Waitlist" for consistency and readability
This commit is contained in:
parent
181beb810e
commit
21fb5aad6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue