style(headerComponent): capitalize the first letter of "join the waitlist" to improve consistency and readability
This commit is contained in:
parent
24cc59674b
commit
181beb810e
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