Skip to content

Commit d2a4d60

Browse files
committed
clarify UserSettingsIcon Dropdown Profile Settings Item Description
1 parent c3305b3 commit d2a4d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/Components/UserSettingsIcon.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ const openFeedback = () => {
5858
:alt="page.props.auth.user.name" />
5959
</button>
6060
</DropdownMenuTrigger>
61-
<DropdownMenuContent align="center" class="min-w-40">
61+
<DropdownMenuContent align="center" class="max-w-48">
6262
<DropdownMenuLabel>Manage Account</DropdownMenuLabel>
6363

6464
<DropdownMenuItem as-child>
6565
<Link
6666
:href="route('profile.show')"
6767
class="inline-flex items-center gap-2.5 w-full">
6868
<UserCircleIcon class="w-5 h-5 text-icon-default" />
69-
<span>Profile</span>
69+
<span>Profile Settings</span>
7070
</Link>
7171
</DropdownMenuItem>
7272

0 commit comments

Comments
 (0)