mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 13:29:52 +08:00
style(headerComponent): capitalize the first letter of "join the waitlist" to improve consistency and readability
This commit is contained in:
@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user