This commit is contained in:
alma 2026-01-11 22:13:25 +01:00
parent e4e71add54
commit 2d674e1a9a

View File

@ -22,6 +22,7 @@ import {
Menu, Menu,
Newspaper, Newspaper,
BookOpenText, BookOpenText,
FileText,
} from "lucide-react"; } from "lucide-react";
import Image from "next/image"; import Image from "next/image";
import Link from "next/link"; import Link from "next/link";
@ -205,7 +206,7 @@ export function MainNav() {
}, },
{ {
title: "Pages Web", title: "Pages Web",
icon: Target, icon: FileText,
href: '/wp-admin', href: '/wp-admin',
}, },
]; ];