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 (
|
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} />
|
||||||
))}
|
))}
|
||||||
|
Loading…
Reference in New Issue
Block a user