completionId: cgen-e69956c0f6054c0f8cdafee426fcde75

cgen-e69956c0f6054c0f8cdafee426fcde75
This commit is contained in:
Builder.io 2025-11-06 23:24:04 +00:00
parent 2a2053c03d
commit 683605b430

View file

@ -33,14 +33,10 @@ export default function DevLinkProfiles() {
<div className="flex items-center justify-between mb-4">
<div>
<h1 className="text-4xl font-black tracking-tight text-cyan-300 sm:text-5xl mb-2">
{typeof window !== "undefined" &&
window.location.pathname.includes("/waitlist")
? "Dev-Link Waitlist"
: "Browse Profiles"}
{isWaitlist ? "Dev-Link Waitlist" : "Browse Profiles"}
</h1>
<p className="text-lg text-cyan-100/80 max-w-2xl">
{typeof window !== "undefined" &&
window.location.pathname.includes("/waitlist")
{isWaitlist
? "Join the professional network for Roblox developers. Sign up for early access!"
: "Explore talented Roblox developers in our community."}
</p>