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"
|
||||
@click="clickLink('/profile')"
|
||||
>
|
||||
<IconSettings class="inline-block" /><span class="ml-3"
|
||||
>Kontoeinstellungen</span
|
||||
>
|
||||
<IconSettings class="inline-block" />
|
||||
<span class="ml-3"> Kontoeinstellungen </span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div v-if="learningPathName" class="mt-6 pb-6 border-b border-gray-500">
|
||||
<h4 class="text-gray-900 text-sm">Kurs: {{ learningPathName }}</h4>
|
||||
<div v-if="true" class="mt-6 pb-6 border-b border-gray-500">
|
||||
<h4 class="text-gray-900 text-sm">Kurs: Versicherungsvermittler/in</h4>
|
||||
<ul class="mt-6">
|
||||
<li>
|
||||
<button @click="clickLink(`/learningpath/${learningPathSlug}`)">
|
||||
<button @click="clickLink(`/learn/versicherungsvermittlerin-lp`)">
|
||||
Lernpfad
|
||||
</button>
|
||||
</li>
|
||||
<li class="mt-6">Kompetenzprofil</li>
|
||||
<li class="mt-6">
|
||||
<button
|
||||
@click="clickLink(`/competence/versicherungsvermittlerin-competence`)"
|
||||
>
|
||||
Kompetenzprofil
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<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"
|
||||
@click="userStore.handleLogout()"
|
||||
>
|
||||
<IconLogout class="inline-block" /><span class="ml-1">Abmelden</span>
|
||||
<IconLogout class="inline-block" />
|
||||
<span class="ml-1">Abmelden</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue