parent
13543c3cd2
commit
e499357d6f
@ -56,7 +56,7 @@
|
|||||||
:class="{ 'tab-active border-b-2 font-medium border-blue-500': (activetab === 'profile') }"
|
:class="{ 'tab-active border-b-2 font-medium border-blue-500': (activetab === 'profile') }"
|
||||||
class="tab tab-underline py-4 px-6 block"
|
class="tab tab-underline py-4 px-6 block"
|
||||||
type="button"
|
type="button"
|
||||||
>Mein Profil</button>
|
>Profil</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-none">
|
<div class="flex-none">
|
||||||
<button
|
<button
|
||||||
@ -64,7 +64,7 @@
|
|||||||
:class="{ 'tab-active border-b-2 font-medium border-blue-500': (activetab === 'laptimes') }"
|
:class="{ 'tab-active border-b-2 font-medium border-blue-500': (activetab === 'laptimes') }"
|
||||||
class="tab tab-underline py-4 px-6 block"
|
class="tab tab-underline py-4 px-6 block"
|
||||||
type="button"
|
type="button"
|
||||||
>Meine Rundenzeiten</button>
|
>Rundenzeiten</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-none">
|
<div class="flex-none">
|
||||||
<button
|
<button
|
||||||
@ -72,7 +72,7 @@
|
|||||||
:class="{ 'tab-active border-b-2 font-medium border-blue-500': (activetab === 'sponsorings') }"
|
:class="{ 'tab-active border-b-2 font-medium border-blue-500': (activetab === 'sponsorings') }"
|
||||||
class="tab tab-underline py-4 px-6 block"
|
class="tab tab-underline py-4 px-6 block"
|
||||||
type="button"
|
type="button"
|
||||||
>Meine Spender</button>
|
>Spender</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="(activetab === 'profile')" class="tab-content block">
|
<div v-if="(activetab === 'profile')" class="tab-content block">
|
||||||
@ -161,6 +161,9 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="(activetab === 'sponsorings')" class="tab-content block">
|
||||||
|
<div class="py-4 w-full">coming soon...</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user