Skip to content

Commit

Permalink
refactor: request feature link
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed Sep 5, 2023
1 parent 126b1e7 commit 4e6c09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/settings-dropdown/settings-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function SettingsDropdown() {
<MenuItem
onClick={wrappedCloseCallback(() => {
void analytics.track('click_request_feature_menu_item');
openInNewTab('https://hirowallet.canny.io/feature-requests');
openInNewTab('https://leather.canny.io/feature-requests');
})}
>
<Stack isInline>
Expand Down

0 comments on commit 4e6c09d

Please sign in to comment.