This commit is contained in:
@@ -277,13 +277,6 @@ export default async function RootPage({ searchParams }: RootPageProps) {
|
||||
logoutAction={logoutAction}
|
||||
headerTitle={copy.title}
|
||||
headerDescription={copy.subtitle}
|
||||
sidebarTopContent={
|
||||
maintenanceEnabled ? (
|
||||
<p className="px-1 text-xs font-medium text-destructive">
|
||||
{copy.maintenanceVisitorsShort}
|
||||
</p>
|
||||
) : null
|
||||
}
|
||||
>
|
||||
<div className="space-y-6">
|
||||
<section className="grid gap-4 md:grid-cols-2 xl:grid-cols-4">
|
||||
|
||||
Reference in New Issue
Block a user