completionId: cgen-f5cb65c7a69b48deaac7f2d6b66b01f3
cgen-f5cb65c7a69b48deaac7f2d6b66b01f3
This commit is contained in:
parent
cf4a5b06c5
commit
d9f574f021
2 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ export default function DevLink() {
|
|||
className="border-cyan-400/60 text-cyan-300 hover:bg-cyan-500/10"
|
||||
onClick={() => navigate("/dev-link/profiles")}
|
||||
>
|
||||
Explore Profiles
|
||||
Waitlist
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ export default function DevLinkProfiles() {
|
|||
|
||||
{/* Fullscreen iframe */}
|
||||
<iframe
|
||||
src="https://dev-link.me"
|
||||
src="https://dev-link.me/waitlist"
|
||||
className="w-full h-full border-0"
|
||||
title="Dev-Link Platform"
|
||||
title="Dev-Link Waitlist"
|
||||
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"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue