Add "Hire This Creator" button to CreatorProfile
cgen-0ec9c8b697b0437aaf28d0b5dca9d597
This commit is contained in:
parent
d3cf0fd362
commit
c9a1bde32a
1 changed files with 8 additions and 1 deletions
|
|
@ -130,7 +130,14 @@ export default function CreatorProfile() {
|
||||||
.map((arm) => <ArmBadge key={arm} arm={arm} />)}
|
.map((arm) => <ArmBadge key={arm} arm={arm} />)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex gap-3">
|
<div className="flex flex-col sm:flex-row gap-3">
|
||||||
|
<Button
|
||||||
|
onClick={() => navigate("/opportunities/post")}
|
||||||
|
className="bg-purple-500 text-white hover:bg-purple-600"
|
||||||
|
>
|
||||||
|
<Briefcase className="h-4 w-4 mr-2" />
|
||||||
|
Hire This Creator
|
||||||
|
</Button>
|
||||||
{creator.devconnect_link && (
|
{creator.devconnect_link && (
|
||||||
<Button asChild>
|
<Button asChild>
|
||||||
<a
|
<a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue