Skip to content

Commit 7fe76f7

Browse files
committed
small update
1 parent acc5ae1 commit 7fe76f7

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/components/Footer.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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"

src/components/Navbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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" },

0 commit comments

Comments
 (0)