added heading
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m23s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m23s
This commit is contained in:
parent
b0b7648ffd
commit
c793ba593e
@ -37,6 +37,7 @@ export default async function Home() {
|
||||
return (
|
||||
<main>
|
||||
<div className="container">
|
||||
<h1 className="text-4xl my-4">The Hub</h1>
|
||||
{jobs.map((job, i) => (
|
||||
<JobCard key={i} job={job} />
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user