Skip to content

Commit bafbe46

Browse files
committed
chore: Update useLogs.tsx to include cron/cron as log source
1 parent b77e1e1 commit bafbe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/source/hooks/useLogs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const useLogs = (
3535
case LogSource.Postgres:
3636
return ['postgres/postgres', 'pgs', '#ff70a6'];
3737
case LogSource.Cron:
38-
return ['cron', 'cro', '#ffd166'];
38+
return ['cron/cron', 'cro', '#ffd166'];
3939
default:
4040
return def;
4141
}

0 commit comments

Comments
 (0)