Skip to content

Commit

Permalink
feat: improve cron tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Dec 18, 2024
1 parent 51afe96 commit 1ae9327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/shinkai-desktop/src/pages/task-logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import {
Bot,
CheckCircle2,
Clock,
Code2,
Edit,
Sparkles,
TrashIcon,
XCircle,
} from 'lucide-react';
Expand Down Expand Up @@ -286,7 +286,7 @@ const TaskCard = ({
<div className="grid gap-6 sm:grid-cols-2">
<div className="space-y-2">
<div className="text-muted-foreground flex items-center gap-2 text-sm font-medium">
<Code2 className="h-4 w-4" />
<Sparkles className="h-4 w-4" />
Prompt
</div>
<div className="rounded-md text-sm">{prompt}</div>
Expand Down

0 comments on commit 1ae9327

Please sign in to comment.