fix: remove services from main, compact calendar + large events panel
All checks were successful
Build & Deploy Dashboard / deploy (push) Successful in 1m11s
All checks were successful
Build & Deploy Dashboard / deploy (push) Successful in 1m11s
This commit is contained in:
@@ -4,7 +4,6 @@ import { WeatherWidget } from "@/components/widgets/WeatherWidget";
|
||||
import { CalendarWidget } from "@/components/widgets/CalendarWidget";
|
||||
import { ClaudeUsageWidget } from "@/components/widgets/ClaudeUsageWidget";
|
||||
import { ClaudeApiWidget } from "@/components/widgets/ClaudeApiWidget";
|
||||
import { ServicesGrid } from "@/components/widgets/ServicesGrid";
|
||||
import { DashboardHeader } from "@/components/widgets/DashboardHeader";
|
||||
|
||||
export default function DashboardPage() {
|
||||
@@ -21,15 +20,10 @@ export default function DashboardPage() {
|
||||
<CalendarWidget />
|
||||
</div>
|
||||
<div className="space-y-5">
|
||||
<div className="grid grid-cols-2 gap-5 lg:grid-cols-1">
|
||||
<ClaudeUsageWidget />
|
||||
<ClaudeApiWidget />
|
||||
</div>
|
||||
<ClaudeUsageWidget />
|
||||
<ClaudeApiWidget />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Services */}
|
||||
<ServicesGrid />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user