updating uptime
This commit is contained in:
@@ -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),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user