diff --git a/src/components/Jobs/JobOfferCard/JobOfferCard.tsx b/src/components/Jobs/JobOfferCard/JobOfferCard.tsx
index 13be344..88849b3 100644
--- a/src/components/Jobs/JobOfferCard/JobOfferCard.tsx
+++ b/src/components/Jobs/JobOfferCard/JobOfferCard.tsx
@@ -51,19 +51,17 @@ export const JobOfferCard: FC<{ jobOffer: JobOfferWithTags }> = ({
{jobOffer.companyName}
- {jobOffer.location && (
-
- 📍 {jobOffer.location}
-
- )}
-
- {jobOffer.remote === RemoteKind.full && `🌎 Remoto`}
- {jobOffer.remote === RemoteKind.no && `🖥️ In sede`}
- {jobOffer.remote === RemoteKind.partial && `💻 Ibrido`}
-
-
- 💰 {jobOffer.salaryRange}
-
+
+ {dayjs(jobOffer.createdAt).fromNow(true)}
+
= ({
limit={open ? undefined : 3}
/>
-
- {dayjs(jobOffer.createdAt).fromNow(true)}
+
+ {jobOffer.location && (
+
+ 📍 {jobOffer.location}
+
+ )}
+
+ {jobOffer.remote === RemoteKind.full && `🌎 Remoto`}
+ {jobOffer.remote === RemoteKind.no && `🖥️ In sede`}
+ {jobOffer.remote === RemoteKind.partial && `💻 Ibrido`}
+
+
+ 💰 {jobOffer.salaryRange}
+
+