chore(where): remove latest check-ins heading
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user