remove user data

This commit is contained in:
2024-09-27 22:26:58 +10:00
parent fea3756eab
commit 5f631a5c3d

View File

@@ -34,7 +34,6 @@
</div>
</div>
{{ $user }}
<section x-data="{ open: true }">
<a href="#" class="flex items-center" @click.prevent="open = !open">
<i :class="{'transform': !open, '-rotate-90': !open, 'translate-y-0.5': true}" class="fa-solid fa-angle-down text-lg transition-transform mr-2"></i>