We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4662e commit fde7be8Copy full SHA for fde7be8
web/src/app/store/page.tsx
@@ -257,7 +257,7 @@ const AgentStorePage = () => {
257
<div className="flex items-end gap-2">
258
{agent.last_used && (
259
<span
260
- className="text-xs text-muted-foreground shrink-0"
+ className="text-xs text-muted-foreground shrink-0 hidden"
261
title={new Date(agent.last_used).toLocaleString()}
262
>
263
{formatRelativeTime(agent.last_used)}
@@ -297,7 +297,7 @@ const AgentStorePage = () => {
297
</span>
298
</div>
299
<span className="text-xs text-muted-foreground">
300
- Weekly spent
+ Weekly spend
301
302
303
<div className="flex flex-col items-center gap-1">
0 commit comments