Update src/app/admin/content-moderation/page.tsx

This commit is contained in:
2026-06-07 06:00:04 +00:00
parent 587c29684b
commit 0ec7bba6f4

View File

@@ -7,16 +7,16 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import ContactCTA from '@/components/sections/contact/ContactCTA';
export default function AdminContentModerationPage() {
const navItems = [
{ name: "Home", href: "/" },
{ name: "Features", href: "/#features" },
{ name: "Jobs", href: "/#jobs" },
{ name: "Companies", href: "/#companies" },
{ name: "Pricing", href: "/#pricing" },
{ name: "Reviews", href: "/#testimonials" },
{ name: "FAQ", href: "/#faq" },
{ name: "Admin", href: "/admin/user-management" }
];
const navItems = [
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Jobs", id: "/#jobs" },
{ name: "Companies", id: "/#companies" },
{ name: "Pricing", id: "/#pricing" },
{ name: "Reviews", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Admin", id: "/admin/user-management" }
];
const footerColumns = [
{
@@ -84,6 +84,7 @@ export default function AdminContentModerationPage() {
{ text: "Flagged Items", href: "#" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>