diff --git a/src/app/_components/global/Footer.tsx b/src/app/_components/global/Footer.tsx index 804e7d8..f01e672 100644 --- a/src/app/_components/global/Footer.tsx +++ b/src/app/_components/global/Footer.tsx @@ -23,7 +23,7 @@ const mainMenus: FootOption[] = [ { title: "Berita", href: "/berita" }, { title: "Organisasi", href: "/organisasi" }, { title: "Tentang", href: "/tentang" }, - { title: "Kontributor", href: "/kontributor" }, + { title: "Gabung Kontributor", href: "/kontributor" }, ]; const usefulLinks: FootOption[] = [ diff --git a/src/app/_components/global/Navbar.tsx b/src/app/_components/global/Navbar.tsx index 538e0b3..3d2cd13 100644 --- a/src/app/_components/global/Navbar.tsx +++ b/src/app/_components/global/Navbar.tsx @@ -19,7 +19,7 @@ const navOptions: NavOption[] = [ { title: "Berita", href: "/berita" }, { title: "Organisasi", href: "/organisasi" }, { title: "Tentang", href: "/tentang" }, - { title: "Kontributor", href: "/kontributor" }, + { title: "Kontribusi", href: "/kontributor" }, ]; export default function Navbar() {