'新增招聘

This commit is contained in:
eric
2026-03-08 12:35:05 -05:00
parent 57a788006f
commit 6e54e0efd2
5 changed files with 343 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ const footerSections = [
titleKey: "about" as const,
links: [
{ labelKey: "aboutUs" as const, href: "/about", internal: true },
{ labelKey: "contribute" as const, href: "#" },
{ labelKey: "recruit" as const, href: "/jobs", internal: true, openInNewTab: true },
{ labelKey: "privacy" as const, href: "/privacy", internal: true, openInNewTab: true },
{ labelKey: "contact" as const, href: "#" },
],