From 683605b4300e5d47e67eda3e7460557729640e8b Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 23:24:04 +0000 Subject: [PATCH] completionId: cgen-e69956c0f6054c0f8cdafee426fcde75 cgen-e69956c0f6054c0f8cdafee426fcde75 --- client/pages/DevLinkProfiles.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/client/pages/DevLinkProfiles.tsx b/client/pages/DevLinkProfiles.tsx index f1248572..9a63b7a0 100644 --- a/client/pages/DevLinkProfiles.tsx +++ b/client/pages/DevLinkProfiles.tsx @@ -33,14 +33,10 @@ export default function DevLinkProfiles() {

- {typeof window !== "undefined" && - window.location.pathname.includes("/waitlist") - ? "Dev-Link Waitlist" - : "Browse Profiles"} + {isWaitlist ? "Dev-Link Waitlist" : "Browse Profiles"}

- {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."}