mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
clarify UserSettingsIcon Dropdown Profile Settings Item Description
This commit is contained in:
@@ -58,7 +58,7 @@ const openFeedback = () => {
|
|||||||
:alt="page.props.auth.user.name" />
|
:alt="page.props.auth.user.name" />
|
||||||
</button>
|
</button>
|
||||||
</DropdownMenuTrigger>
|
</DropdownMenuTrigger>
|
||||||
<DropdownMenuContent align="center" class="min-w-40">
|
<DropdownMenuContent align="center" class="max-w-48">
|
||||||
<DropdownMenuLabel>Manage Account</DropdownMenuLabel>
|
<DropdownMenuLabel>Manage Account</DropdownMenuLabel>
|
||||||
|
|
||||||
<DropdownMenuItem as-child>
|
<DropdownMenuItem as-child>
|
||||||
@@ -66,7 +66,7 @@ const openFeedback = () => {
|
|||||||
:href="route('profile.show')"
|
:href="route('profile.show')"
|
||||||
class="inline-flex items-center gap-2.5 w-full">
|
class="inline-flex items-center gap-2.5 w-full">
|
||||||
<UserCircleIcon class="w-5 h-5 text-icon-default" />
|
<UserCircleIcon class="w-5 h-5 text-icon-default" />
|
||||||
<span>Profile</span>
|
<span>Profile Settings</span>
|
||||||
</Link>
|
</Link>
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user