feat: text change in sidebar

This commit is contained in:
=
2024-08-02 19:28:52 +05:30
parent cf5260b383
commit b97bbe5beb

View File

@@ -479,7 +479,7 @@ export const AppLayout = ({ children }: LayoutProps) => {
{user?.superAdmin && (
<Link href="/admin" legacyBehavior>
<DropdownMenuItem className="mt-1 border-t border-mineshaft-600">
Admin Panel
Server Admin Panel
</DropdownMenuItem>
</Link>
)}
@@ -758,7 +758,7 @@ export const AppLayout = ({ children }: LayoutProps) => {
isSelected={router.asPath === `/org/${currentOrg?.id}/admin`}
icon="system-outline-109-slider-toggle-settings"
>
Admin
Admin Panel
</MenuItem>
</a>
</Link>