This commit is contained in:
Desktop
2025-11-14 04:45:26 +05:00
parent f7d329bf09
commit 741070c116
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 KiB

After

Width:  |  Height:  |  Size: 271 KiB

View File

@@ -155,7 +155,7 @@ export default function ThinkerDashboard() {
<EnhancedMetricCard <EnhancedMetricCard
title="Prompt Library" title="Prompt Library"
value={stats?.totalPrompts || 0} value={stats?.totalPrompts || 0}
icon={DocumentTextIcon} icon={FileTextIcon}
trend={{ value: 0, isPositive: true }} trend={{ value: 0, isPositive: true }}
color="from-[#ff7a00] to-[#cc5f00]" color="from-[#ff7a00] to-[#cc5f00]"
loading={loading} loading={loading}
@@ -242,7 +242,7 @@ export default function ThinkerDashboard() {
className="flex items-center gap-4 p-4 rounded-lg border border-slate-200 bg-white hover:shadow-md transition" className="flex items-center gap-4 p-4 rounded-lg border border-slate-200 bg-white hover:shadow-md transition"
> >
<div className="size-10 rounded-lg bg-gradient-to-br from-[#ff7a00] to-[#cc5f00] flex items-center justify-center text-white shadow-md"> <div className="size-10 rounded-lg bg-gradient-to-br from-[#ff7a00] to-[#cc5f00] flex items-center justify-center text-white shadow-md">
<DocumentTextIcon className="h-5 w-5" /> <FileTextIcon className="h-5 w-5" />
</div> </div>
<div className="flex-1"> <div className="flex-1">
<div className="flex items-center justify-between mb-1"> <div className="flex items-center justify-between mb-1">