added heading
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m23s

This commit is contained in:
christian 2024-06-09 13:46:50 +02:00
parent b0b7648ffd
commit c793ba593e

View File

@ -37,6 +37,7 @@ export default async function Home() {
return ( return (
<main> <main>
<div className="container"> <div className="container">
<h1 className="text-4xl my-4">The Hub</h1>
{jobs.map((job, i) => ( {jobs.map((job, i) => (
<JobCard key={i} job={job} /> <JobCard key={i} job={job} />
))} ))}