File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -229,15 +229,6 @@ const Footer: React.FC = () => {
229229 < span className = "grow" > Creator Partnerships</ span >
230230 </ Link >
231231 </ li >
232- < li >
233- < Link
234- href = "/jobs"
235- className = "group flex items-start text-neutral-500 outline-none transition-colors hover:text-neutral-200 focus:text-neutral-200"
236- >
237- < BookOpen size = { 16 } className = "mr-2 mt-1 shrink-0" />
238- < span className = "grow" > Premium Job Opportunities</ span >
239- </ Link >
240- </ li >
241232 < li >
242233 < Link
243234 href = "/contribute"
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export default function Navbar() {
1515
1616 const navItems = [
1717 { name : "Home" , path : "/" } ,
18- { name : "Jobs" , path : "/jobs" } ,
1918 { name : "Blog" , path : "/blog" } ,
2019 { name : "Partnerships" , path : "/creator-partnerships" } ,
2120 { name : "Contribute" , path : "/contribute" } ,
You can’t perform that action at this time.
0 commit comments