|
|
@ -70,7 +70,7 @@ export default function OfferProfileCard({
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
Company: {company.name}, {location}
|
|
|
|
Company: {company.name}, {location}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<p>Level: {level}</p>
|
|
|
|
{level && <p>Level: {level}</p>}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div className="col-span-1 row-span-3">
|
|
|
|
<div className="col-span-1 row-span-3">
|
|
|
|
<p className="text-end">{formatDate(monthYearReceived)}</p>
|
|
|
|
<p className="text-end">{formatDate(monthYearReceived)}</p>
|
|
|
|