Skip to content

Commit 88c9f33

Browse files
committed
Update job title and company name in JobsCard for accuracy
1 parent 6fb1897 commit 88c9f33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Page/OpportunitiesHub/JobsCard.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ const HP = () => {
183183
<img src="/assets/Company/HP.png" alt="Custom Icon" className="h-10 w-10" />
184184
</div>
185185
<div>
186-
<h3 className="text-lg font-semibold text-white">Senior Product Designer</h3>
186+
<h3 className="text-lg font-semibold text-white">Business Operations Associate</h3>
187187
<div className="mt-1 flex items-center gap-2">
188-
<span className="text-sm text-slate-400">TechCorp Inc.</span>
188+
<span className="text-sm text-slate-400">HP</span>
189189
<span className="inline-block h-1 w-1 rounded-full bg-slate-400" />
190190
<div className="flex items-center gap-1">
191191
<svg className="h-4 w-4 text-amber-400" fill="currentColor" viewBox="0 0 20 20">

0 commit comments

Comments
 (0)