updating uptime

This commit is contained in:
2026-06-24 10:48:59 +02:00
parent a79cfadf51
commit 9e55ec1097
3 changed files with 18 additions and 3 deletions

View File

@@ -328,7 +328,7 @@ class _UptimeCard extends StatelessWidget {
),
const SizedBox(height: 4),
Text(
'Last checked ${_formatTimestamp(item.createdAt)}',
'Last checked ${_formatTimestamp(item.updatedAt)}',
style: theme.textTheme.bodySmall?.copyWith(
color: theme.colorScheme.onSurface.withAlpha(120),
),