Skip to content

Commit

Permalink
Fix: settings moved to userdropdown (calcom#8409)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-shajan authored Apr 24, 2023
1 parent 98d3115 commit 0af2be9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/features/shell/Shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,13 @@ function UserDropdown({ small }: { small?: boolean }) {
</DropdownMenuItem>

<DropdownMenuSeparator />

<DropdownMenuItem>
<DropdownItem type="button" href="/settings/my-account/profile" StartIcon={Settings}>
{t("settings")}
</DropdownItem>
</DropdownMenuItem>

<DropdownMenuItem>
<DropdownItem
type="button"
Expand Down

0 comments on commit 0af2be9

Please sign in to comment.