diff --git a/frontend/src/components/opportunities/OpportunityFull.tsx b/frontend/src/components/opportunities/OpportunityFull.tsx index 13fb8bf..50da240 100644 --- a/frontend/src/components/opportunities/OpportunityFull.tsx +++ b/frontend/src/components/opportunities/OpportunityFull.tsx @@ -122,6 +122,7 @@ export function OpportunityFull({ opportunityId }: OpportunityFullProps) {
{jobPostContext.sentence}
diff --git a/frontend/src/components/opportunities/OpportunitySources.tsx b/frontend/src/components/opportunities/OpportunitySources.tsx index c88793f..b8a8403 100644 --- a/frontend/src/components/opportunities/OpportunitySources.tsx +++ b/frontend/src/components/opportunities/OpportunitySources.tsx @@ -1,4 +1,4 @@ -import { ExternalLink, Download, Github } from "lucide-react" +import { ExternalLink, Download, Github, UserRoundSearch } from "lucide-react" import { toast } from "sonner" import { Button } from "@/components/ui/button" import { timeAgo } from "@/utils/misc" @@ -92,7 +92,7 @@ export function OpportunitySources({ opportunity }: OpportunityDrawerProps) { {opportunity.jobPosts && opportunity.jobPosts?.length > 0 && (