Skip to content

Commit 406bcbe

Browse files
committed
fixup! Improve colors
1 parent abbbf27 commit 406bcbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/src/components/WorkspacesTable/WorkspaceLastUsed.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export const WorkspaceLastUsed: FC<WorkspaceLastUsedProps> = ({ lastUsedAt }) =>
2323
color = theme.palette.success.main
2424
// Since the agent reports on a 10m interval,
2525
// the last_used_at can be inaccurate when recent.
26-
// we default to "Today" instead of showing a
27-
// potentially inaccurate value.
2826
message = "Last Hour"
2927
} else if (t.isAfter(now.subtract(1, "day"))) {
3028
color = theme.palette.primary.main

0 commit comments

Comments
 (0)