new
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 298 KiB After Width: | Height: | Size: 271 KiB |
@@ -155,7 +155,7 @@ export default function ThinkerDashboard() {
|
||||
<EnhancedMetricCard
|
||||
title="Prompt Library"
|
||||
value={stats?.totalPrompts || 0}
|
||||
icon={DocumentTextIcon}
|
||||
icon={FileTextIcon}
|
||||
trend={{ value: 0, isPositive: true }}
|
||||
color="from-[#ff7a00] to-[#cc5f00]"
|
||||
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"
|
||||
>
|
||||
<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 className="flex-1">
|
||||
<div className="flex items-center justify-between mb-1">
|
||||
|
||||
Reference in New Issue
Block a user