Skip to content

Commit 7cd2f51

Browse files
committed
update
1 parent 97be340 commit 7cd2f51

File tree

1 file changed

+1
-1
lines changed
  • site/app/tasks/[name]/[jobId]/trajectory

1 file changed

+1
-1
lines changed

site/app/tasks/[name]/[jobId]/trajectory/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export default async function TrajectoryRoutePage({
299299
href={taskDirUrl}
300300
target="_blank"
301301
rel="noopener noreferrer"
302-
className="group inline-flex h-11 w-fit shrink-0 items-center gap-1.5 whitespace-nowrap rounded-2xl border border-border/80 bg-secondary/35 px-4 text-sm font-medium text-foreground/95 transition-colors hover:bg-secondary/55"
302+
className="group inline-flex w-fit shrink-0 items-center gap-1.5 whitespace-nowrap rounded-md border border-border/70 bg-background/40 px-2.5 py-1 text-xs text-muted-foreground transition-colors hover:bg-secondary/45 hover:text-foreground sm:text-sm"
303303
>
304304
<ExternalLink className="h-4 w-4" />
305305
<span>Task</span>

0 commit comments

Comments
 (0)