From 102717a56a4fd9c932bc846495838644dc7c7e30 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 5 May 2025 11:50:25 +0200 Subject: [PATCH] restore qg place --- app/{qg => wp-admin}/page.tsx | 0 components/main-nav.tsx | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename app/{qg => wp-admin}/page.tsx (100%) diff --git a/app/qg/page.tsx b/app/wp-admin/page.tsx similarity index 100% rename from app/qg/page.tsx rename to app/wp-admin/page.tsx diff --git a/components/main-nav.tsx b/components/main-nav.tsx index 007413f1..49bab4fe 100644 --- a/components/main-nav.tsx +++ b/components/main-nav.tsx @@ -187,9 +187,9 @@ export function MainNav() { requiredRoles?: string[]; }[] = [ { - title: "QG", + title: "WP-Admin", icon: Target, - href: '/qg', + href: '/wp-admin', }, ];