Remove outdated text from 'Spielplan.vue' and clean up the layout in 'TermineVorschau.vue' by eliminating unnecessary header elements for a more streamlined presentation of upcoming events.

This commit is contained in:
Torsten Schulz (local)
2025-10-24 12:50:02 +02:00
parent 75e6919f13
commit c891030444
2 changed files with 0 additions and 8 deletions

View File

@@ -3,7 +3,6 @@
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Nächste Spiele</h2>
<p class="text-lg text-gray-600">Aktuelle Termine und Spiele des Vereins</p>
</div>
<!-- Loading State -->

View File

@@ -1,12 +1,5 @@
<template>
<div>
<div class="text-center mb-6">
<h2 class="text-2xl font-display font-bold text-gray-900 mb-2">
Kommende Termine
</h2>
<div class="w-16 h-0.5 bg-primary-600 mx-auto" />
</div>
<div v-if="naechsteTermine.length > 0" class="space-y-2 mb-6">
<div
v-for="(termin, index) in naechsteTermine"