diff --git a/apps/cron/20260201-000000/index.tsx b/apps/cron/20260201-000000/index.tsx
index 05d0824..49dcf7e 100644
--- a/apps/cron/20260201-000000/index.tsx
+++ b/apps/cron/20260201-000000/index.tsx
@@ -488,13 +488,13 @@ app.get('/job/:app/:name', async c => {
{job.app}/{job.name}
+ {statusLabel(job)}
- {statusLabel(job)}
Schedule {job.schedule}
Last run {job.state === 'running' ? 'now' : formatRelative(job.lastRun)}