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:
@@ -3,7 +3,6 @@
|
|||||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div class="text-center mb-12">
|
<div class="text-center mb-12">
|
||||||
<h2 class="text-3xl font-bold text-gray-900 mb-4">Nächste Spiele</h2>
|
<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>
|
</div>
|
||||||
|
|
||||||
<!-- Loading State -->
|
<!-- Loading State -->
|
||||||
|
|||||||
@@ -1,12 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<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-if="naechsteTermine.length > 0" class="space-y-2 mb-6">
|
||||||
<div
|
<div
|
||||||
v-for="(termin, index) in naechsteTermine"
|
v-for="(termin, index) in naechsteTermine"
|
||||||
|
|||||||
Reference in New Issue
Block a user