update model and remove unuse component

This commit is contained in:
Kenta420-Poom 2023-09-21 14:33:43 +07:00
parent 5a84d89d5d
commit baa66609ee
12 changed files with 12 additions and 330 deletions

View file

@ -49,7 +49,7 @@
<span
class="flex items-center text-primary max-sm:text-xs sm:text-xs md:text-xl font-normal font-kanit"
>
{{ user?.username }}
{{ user?.name }}
</span>
</div>
<button
@ -61,7 +61,7 @@
<span class="sr-only">Open user menu</span>
<img
class="sm:h-10 md:h-14 rounded-full cursor-pointer"
src="{{ user?.image }}"
src="{{ user?.picture }}"
loading="lazy"
alt="profile picture"
/>
@ -74,7 +74,7 @@
>
<div class="px-4 py-3" role="none">
<p class="text-sm text-gray-900" role="none">
{{ user?.username }}
{{ user?.name }}
</p>
<p class="text-sm font-medium text-gray-900 truncate" role="none">
{{ user?.email }}