Skip to content

Commit

Permalink
fix: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa committed Jul 13, 2023
1 parent f61b9e9 commit b0198d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/Popup/Accounts/AccountView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const AccountView: FC<Props> = ({ account, isSelected }) => {

const assign = (e: React.MouseEvent<HTMLElement>) => {
if (e.stopPropagation) e.stopPropagation();
chrome.tabs.create({ url: `${getNetworkDashboardLink()}account` });
chrome.tabs.create({ url: `${getNetworkDashboardLink()}overview` });
};

const renderHoverAccountInfo = () => {
Expand Down

0 comments on commit b0198d9

Please sign in to comment.