diff --git a/client/pages/DevLink.tsx b/client/pages/DevLink.tsx index d75a4fba..79381fcf 100644 --- a/client/pages/DevLink.tsx +++ b/client/pages/DevLink.tsx @@ -49,17 +49,18 @@ export default function DevLink() { diff --git a/client/pages/DevLinkProfiles.tsx b/client/pages/DevLinkProfiles.tsx index 715bcfb8..eb6d5ed9 100644 --- a/client/pages/DevLinkProfiles.tsx +++ b/client/pages/DevLinkProfiles.tsx @@ -28,12 +28,18 @@ export default function DevLinkProfiles() { ← Back to Dev-Link -
- Join the professional network for Roblox developers. Sign up for early access! -
++ {typeof window !== 'undefined' && window.location.pathname.includes('/waitlist') + ? 'Join the professional network for Roblox developers. Sign up for early access!' + : 'Explore talented Roblox developers in our community.'} +
+