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"
/>