display user name in Profile title

ref #10
This commit is contained in:
Philipp Dormann 2021-03-07 13:46:25 +01:00
parent 0929f2bbc7
commit b30277b617
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@
<div
class="flex flex-col md:pr-10 md:mb-0 mb-6 pr-0 w-full md:w-auto md:text-left text-center text-black dark:text-gray-200"
>
<p class="text-3xl font-bold whitespace-nowrap">Max Mustermann</p>
<p
class="text-3xl font-bold whitespace-nowrap"
v-text="(state.firstname || '') + ' ' + (state.middlename || '') + ' ' + (state.lastname || '')"
></p>
<p class="text-md whitespace-nowrap">Musterfirma > PR</p>
</div>
<div class="inline-flex md:ml-auto md:mr-0 mx-auto items-center space-x-4">