Minor change to info displayed

This commit is contained in:
Scott Idem
2025-04-18 15:44:44 -04:00
parent d29d325af5
commit 3ad1fa429a

View File

@@ -667,7 +667,13 @@ max-w-max -->
class:hidden={!$ae_loc?.app_cfg?.show_element__menu_btn}
>
<span class="hidden">
<span class="hidden"
title="
Name: {$ae_loc?.person?.full_name ?? '-- not set --'}
Username: {$ae_loc?.user?.username ?? '-- not set --'}
Email: {$ae_loc?.user?.email ?? '-- not set --'}
"
>
<User class="mx-1 inline-block text-gray-500" />
{$ae_loc?.person?.full_name ?? '-- not set --'}<br />
<!-- <ShieldUser /> -->