This commit is contained in:
@@ -70,7 +70,7 @@ export default async function AdminOrdersPage() {
|
|||||||
return (
|
return (
|
||||||
<div className="space-y-8 p-1">
|
<div className="space-y-8 p-1">
|
||||||
<div>
|
<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
|
Recent Orders
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-muted-foreground mt-2 text-lg">
|
<p className="text-muted-foreground mt-2 text-lg">
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ export default async function AdminStatusPage() {
|
|||||||
return (
|
return (
|
||||||
<div className="space-y-8 p-1">
|
<div className="space-y-8 p-1">
|
||||||
<div>
|
<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
|
System Status
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-muted-foreground mt-2 text-lg">
|
<p className="text-muted-foreground mt-2 text-lg">
|
||||||
|
|||||||
Reference in New Issue
Block a user