completionId: cgen-2574125395bb4a9b907c0d1999f14ffb
cgen-2574125395bb4a9b907c0d1999f14ffb
This commit is contained in:
parent
554f802511
commit
b2ece86fd3
1 changed files with 8 additions and 19 deletions
|
|
@ -45,25 +45,14 @@ export default function DevLink() {
|
||||||
creators.
|
creators.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="flex gap-4 justify-center">
|
<Button
|
||||||
<Button
|
size="lg"
|
||||||
size="lg"
|
className="bg-cyan-400 text-black shadow-[0_0_30px_rgba(6,182,212,0.35)] transition hover:bg-cyan-300"
|
||||||
className="bg-cyan-400 text-black shadow-[0_0_30px_rgba(6,182,212,0.35)] transition hover:bg-cyan-300"
|
onClick={() => navigate("/dev-link/waitlist")}
|
||||||
onClick={() => navigate("/dev-link/waitlist")}
|
>
|
||||||
>
|
<Users className="mr-2 h-5 w-5" />
|
||||||
<Users className="mr-2 h-5 w-5" />
|
Join Waitlist
|
||||||
Join Waitlist
|
</Button>
|
||||||
</Button>
|
|
||||||
<Button
|
|
||||||
size="lg"
|
|
||||||
variant="outline"
|
|
||||||
className="border-cyan-400/40 text-cyan-300 hover:bg-cyan-500/10"
|
|
||||||
onClick={() => navigate("/dev-link/profiles")}
|
|
||||||
>
|
|
||||||
<Briefcase className="mr-2 h-5 w-5" />
|
|
||||||
Browse Profiles
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue