@@ -11,8 +11,8 @@ const joblistings = () => {
Browse Jobs
- {recentjobs.map((job) => (
-
+ {jobListings.map((job) => (
+
))}
diff --git a/src/pages/homepage.jsx b/src/pages/homepage.jsx
index 881df5e..c1c1edf 100644
--- a/src/pages/homepage.jsx
+++ b/src/pages/homepage.jsx
@@ -1,7 +1,7 @@
import React from 'react';
import hero from '../components/hero';
import homecards from '../components/homecards';
-import joblistings from '../components/joblistings';
+import joblistings from '../components/jobListings';
import viewalljobs from '../components/viewalljobs';
const homepage = () => {
diff --git a/src/pages/jobspage.jsx b/src/pages/jobspage.jsx
index 52f1edf..fd6149a 100644
--- a/src/pages/jobspage.jsx
+++ b/src/pages/jobspage.jsx
@@ -1,11 +1,11 @@
import React from 'react'
+import joblistings from '../components/jobListings'
const jobspage = () => {
- return (
-
-
-
- )
+ return
+
}
export default jobspage