Add Post Opportunity button to hub
cgen-b66b7fb46ece467eac44ca3224006731
This commit is contained in:
parent
c12dfd60d8
commit
4b665fbe08
1 changed files with 10 additions and 1 deletions
|
|
@ -82,10 +82,19 @@ export default function OpportunitiesHub() {
|
||||||
Opportunities
|
Opportunities
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-lg text-gray-300 max-w-2xl mx-auto">
|
<p className="text-lg text-gray-300 max-w-2xl mx-auto mb-6">
|
||||||
Find jobs, collaborations, and research opportunities across
|
Find jobs, collaborations, and research opportunities across
|
||||||
all AeThex arms.
|
all AeThex arms.
|
||||||
</p>
|
</p>
|
||||||
|
<div className="flex justify-center gap-3">
|
||||||
|
<Button
|
||||||
|
onClick={() => navigate("/opportunities/post")}
|
||||||
|
className="bg-cyan-500 text-black hover:bg-cyan-400"
|
||||||
|
>
|
||||||
|
<Briefcase className="h-4 w-4 mr-2" />
|
||||||
|
Post Opportunity
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Search Bar */}
|
{/* Search Bar */}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue