From 86f568873c7eb58e864e75c4a88b1379284fcff0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 14:17:53 +0000 Subject: [PATCH] Remove owner-only restriction from admin panel menu link cgen-f3423e5a977247e7ae67a7effa7f58db --- client/components/Layout.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index c688b4e6..ea225921 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -424,14 +424,12 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { Account Settings - {isOwner && ( - - - - Admin Panel - - - )} + + + + Admin Panel + +