fix: checked_at field name in dashboard UI + landing copy

This commit is contained in:
M1
2026-03-16 14:37:44 +04:00
parent f4283a0915
commit 729529b7fa
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -393,7 +393,7 @@
<div class="max-w-5xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl sm:text-4xl font-bold tracking-tight mb-4">API-first, always</h2>
<p class="text-gray-400 text-lg max-w-2xl mx-auto">Create monitors, query results, and manage everything from your terminal.</p>
<p class="text-gray-400 text-lg max-w-2xl mx-auto">Create monitors, query results, and manage everything from your own app or terminal.</p>
</div>
<div class="grid lg:grid-cols-2 gap-6">