chore(where): render venue names as plain text

This commit is contained in:
svemagie
2026-03-08 16:23:57 +01:00
parent 104f23a3d1
commit 08cdbcea31
3 changed files with 0 additions and 12 deletions
-4
View File
@@ -31,11 +31,7 @@ withSidebar: true
<div class="flex-1 min-w-0">
<h2 class="text-base sm:text-lg font-semibold text-surface-900 dark:text-surface-100">
{% if checkin.venueUrl %}
<a href="{{ checkin.venueUrl }}" class="hover:text-emerald-600 dark:hover:text-emerald-400" target="_blank" rel="noopener">{{ checkin.name }}</a>
{% else %}
{{ checkin.name }}
{% endif %}
</h2>
{% if checkin.locationText or checkin.postalCode %}
-4
View File
@@ -31,11 +31,7 @@ withSidebar: true
<div class="flex-1 min-w-0">
<h2 class="text-base sm:text-lg font-semibold text-surface-900 dark:text-surface-100">
{% if checkin.venueUrl %}
<a href="{{ checkin.venueUrl }}" class="hover:text-emerald-600 dark:hover:text-emerald-400" target="_blank" rel="noopener">{{ checkin.name }}</a>
{% else %}
{{ checkin.name }}
{% endif %}
</h2>
{% if checkin.locationText or checkin.postalCode %}
-4
View File
@@ -28,11 +28,7 @@ withSidebar: true
<div class="flex-1 min-w-0">
<h2 class="text-base sm:text-lg font-semibold text-surface-900 dark:text-surface-100">
{% if checkin.venueUrl %}
<a href="{{ checkin.venueUrl }}" class="hover:text-emerald-600 dark:hover:text-emerald-400" target="_blank" rel="noopener">{{ checkin.name }}</a>
{% else %}
{{ checkin.name }}
{% endif %}
</h2>
{% if checkin.locationText or checkin.postalCode %}