diff --git a/src/app/ITJobbank.tsx b/src/app/ITJobbank.tsx index fe8ad43..7df1d05 100644 --- a/src/app/ITJobbank.tsx +++ b/src/app/ITJobbank.tsx @@ -35,6 +35,12 @@ export default async function ITJobbank() { return ( <>

IT Jobbank

+

+ It jobbank do not optimize their images for the web, and like to use + images and videos in their job postings. This is heavily impacting the + user experience of this part of the site, and I am working on a + solution. +

{jobs.map((job, i) => ( ))} diff --git a/src/app/_jobcard/JobCard.tsx b/src/app/_jobcard/JobCard.tsx index 15e8736..81ef9b2 100644 --- a/src/app/_jobcard/JobCard.tsx +++ b/src/app/_jobcard/JobCard.tsx @@ -74,6 +74,7 @@ export default async function JobCard(props: { job: JobPosting }) {
+ {title.length > 50 && title}
{parsedDescription}