chore(where): remove latest check-ins heading

This commit is contained in:
svemagie
2026-03-08 16:21:10 +01:00
parent 672f184f62
commit 104f23a3d1
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -18,7 +18,6 @@ withSidebar: true
</header>
{% if checkins.length %}
<h2 class="text-sm uppercase tracking-wide text-surface-500 dark:text-surface-400 mb-3">Latest check-ins</h2>
<section class="space-y-4" aria-label="Recent check-ins">
{% for checkin in checkins %}
<article class="p-4 sm:p-5 bg-surface-50 dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm">
-1
View File
@@ -18,7 +18,6 @@ withSidebar: true
</header>
{% if checkins.length %}
<h2 class="text-sm uppercase tracking-wide text-surface-500 dark:text-surface-400 mb-3">Latest check-ins</h2>
<section class="space-y-4" aria-label="Recent check-ins">
{% for checkin in checkins %}
<article class="p-4 sm:p-5 bg-surface-50 dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm">
-1
View File
@@ -15,7 +15,6 @@ withSidebar: true
</header>
{% if checkins.length %}
<h2 class="text-sm uppercase tracking-wide text-surface-500 dark:text-surface-400 mb-3">Latest check-ins</h2>
<section class="space-y-4" aria-label="Recent check-ins">
{% for checkin in checkins %}
<article class="p-4 sm:p-5 bg-surface-50 dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm">