This commit is contained in:
@@ -70,7 +70,7 @@ export default async function AdminOrdersPage() {
|
||||
return (
|
||||
<div className="space-y-8 p-1">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight bg-clip-text text-transparent bg-gradient-to-r from-foreground to-foreground/70">
|
||||
<h1 className="text-3xl font-bold tracking-tight">
|
||||
Recent Orders
|
||||
</h1>
|
||||
<p className="text-muted-foreground mt-2 text-lg">
|
||||
|
||||
@@ -76,7 +76,7 @@ export default async function AdminStatusPage() {
|
||||
return (
|
||||
<div className="space-y-8 p-1">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight bg-clip-text text-transparent bg-gradient-to-r from-foreground to-foreground/70">
|
||||
<h1 className="text-3xl font-bold tracking-tight">
|
||||
System Status
|
||||
</h1>
|
||||
<p className="text-muted-foreground mt-2 text-lg">
|
||||
|
||||
Reference in New Issue
Block a user