Update package-lock.json and package.json to include 'globals' dependency and improve code formatting in various components for better readability.
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 54s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 54s
This commit is contained in:
@@ -8,21 +8,39 @@
|
||||
|
||||
<div class="space-y-8">
|
||||
<div class="bg-white p-8 rounded-xl shadow-lg">
|
||||
<h3 class="text-2xl font-display font-bold text-gray-900 mb-4">1. Herren</h3>
|
||||
<p class="text-gray-600 mb-4">Liga: Bezirksoberliga</p>
|
||||
<p class="text-gray-600">Mannschaftsführer: Name folgt</p>
|
||||
<h3 class="text-2xl font-display font-bold text-gray-900 mb-4">
|
||||
1. Herren
|
||||
</h3>
|
||||
<p class="text-gray-600 mb-4">
|
||||
Liga: Bezirksoberliga
|
||||
</p>
|
||||
<p class="text-gray-600">
|
||||
Mannschaftsführer: Name folgt
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white p-8 rounded-xl shadow-lg">
|
||||
<h3 class="text-2xl font-display font-bold text-gray-900 mb-4">2. Herren</h3>
|
||||
<p class="text-gray-600 mb-4">Liga: Bezirksliga</p>
|
||||
<p class="text-gray-600">Mannschaftsführer: Name folgt</p>
|
||||
<h3 class="text-2xl font-display font-bold text-gray-900 mb-4">
|
||||
2. Herren
|
||||
</h3>
|
||||
<p class="text-gray-600 mb-4">
|
||||
Liga: Bezirksliga
|
||||
</p>
|
||||
<p class="text-gray-600">
|
||||
Mannschaftsführer: Name folgt
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white p-8 rounded-xl shadow-lg">
|
||||
<h3 class="text-2xl font-display font-bold text-gray-900 mb-4">3. Herren</h3>
|
||||
<p class="text-gray-600 mb-4">Liga: Kreisliga</p>
|
||||
<p class="text-gray-600">Mannschaftsführer: Name folgt</p>
|
||||
<h3 class="text-2xl font-display font-bold text-gray-900 mb-4">
|
||||
3. Herren
|
||||
</h3>
|
||||
<p class="text-gray-600 mb-4">
|
||||
Liga: Kreisliga
|
||||
</p>
|
||||
<p class="text-gray-600">
|
||||
Mannschaftsführer: Name folgt
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user