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