From 072cafac7350bb716428f1bd001987239d4dde9d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 20:02:39 +0000 Subject: [PATCH] Prettier format pending files --- client/App.tsx | 5 ++++- client/pages/DevLinkProfiles.tsx | 18 +++++++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index b3906cc7..258722b6 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -168,7 +168,10 @@ const App = () => ( } /> } /> } /> - } /> + } + /> {/* Resource routes */} }> diff --git a/client/pages/DevLinkProfiles.tsx b/client/pages/DevLinkProfiles.tsx index eb6d5ed9..69e8e9cd 100644 --- a/client/pages/DevLinkProfiles.tsx +++ b/client/pages/DevLinkProfiles.tsx @@ -31,12 +31,16 @@ export default function DevLinkProfiles() {

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

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

@@ -51,7 +55,11 @@ export default function DevLinkProfiles() { src="https://dev-link.me/waitlist" className="w-full border-0" title="Dev-Link Waitlist" - style={{ minHeight: "800px", height: "80vh", maxHeight: "800px" }} + style={{ + minHeight: "800px", + height: "80vh", + maxHeight: "800px", + }} sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-top-navigation allow-top-navigation-by-user-activation" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" />