We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3305b3 commit d2a4d60Copy full SHA for d2a4d60
resources/js/Components/UserSettingsIcon.vue
@@ -58,15 +58,15 @@ const openFeedback = () => {
58
:alt="page.props.auth.user.name" />
59
</button>
60
</DropdownMenuTrigger>
61
- <DropdownMenuContent align="center" class="min-w-40">
+ <DropdownMenuContent align="center" class="max-w-48">
62
<DropdownMenuLabel>Manage Account</DropdownMenuLabel>
63
64
<DropdownMenuItem as-child>
65
<Link
66
:href="route('profile.show')"
67
class="inline-flex items-center gap-2.5 w-full">
68
<UserCircleIcon class="w-5 h-5 text-icon-default" />
69
- <span>Profile</span>
+ <span>Profile Settings</span>
70
</Link>
71
</DropdownMenuItem>
72
0 commit comments