Mobile Anpassungen
This commit is contained in:
parent
7939867aa9
commit
d93e3f132a
|
|
@ -40,23 +40,28 @@ const clickLink = (to: string) => {
|
||||||
class="mt-2 inline-block flex items-center"
|
class="mt-2 inline-block flex items-center"
|
||||||
@click="clickLink('/profile')"
|
@click="clickLink('/profile')"
|
||||||
>
|
>
|
||||||
<IconSettings class="inline-block" /><span class="ml-3"
|
<IconSettings class="inline-block" />
|
||||||
>Kontoeinstellungen</span
|
<span class="ml-3"> Kontoeinstellungen </span>
|
||||||
>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div v-if="learningPathName" class="mt-6 pb-6 border-b border-gray-500">
|
<div v-if="true" class="mt-6 pb-6 border-b border-gray-500">
|
||||||
<h4 class="text-gray-900 text-sm">Kurs: {{ learningPathName }}</h4>
|
<h4 class="text-gray-900 text-sm">Kurs: Versicherungsvermittler/in</h4>
|
||||||
<ul class="mt-6">
|
<ul class="mt-6">
|
||||||
<li>
|
<li>
|
||||||
<button @click="clickLink(`/learningpath/${learningPathSlug}`)">
|
<button @click="clickLink(`/learn/versicherungsvermittlerin-lp`)">
|
||||||
Lernpfad
|
Lernpfad
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
<li class="mt-6">Kompetenzprofil</li>
|
<li class="mt-6">
|
||||||
|
<button
|
||||||
|
@click="clickLink(`/competence/versicherungsvermittlerin-competence`)"
|
||||||
|
>
|
||||||
|
Kompetenzprofil
|
||||||
|
</button>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-6 pb-6 border-b border-gray-500">
|
<div class="mt-6 pb-6 border-b border-gray-500">
|
||||||
|
|
@ -75,7 +80,8 @@ const clickLink = (to: string) => {
|
||||||
class="mt-6 items-center flex"
|
class="mt-6 items-center flex"
|
||||||
@click="userStore.handleLogout()"
|
@click="userStore.handleLogout()"
|
||||||
>
|
>
|
||||||
<IconLogout class="inline-block" /><span class="ml-1">Abmelden</span>
|
<IconLogout class="inline-block" />
|
||||||
|
<span class="ml-1">Abmelden</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue