diff --git a/src/app/components/UserMenu/index.tsx b/src/app/components/UserMenu/index.tsx index bf15129b93..b1f40c2ceb 100644 --- a/src/app/components/UserMenu/index.tsx +++ b/src/app/components/UserMenu/index.tsx @@ -91,7 +91,9 @@ export default function UserMenu() { { - utils.openUrl("https://guides.getalby.com"); + utils.openUrl( + "https://guides.getalby.com/user-guide/v/alby-account-and-browser-extension/" + ); }} > diff --git a/src/app/screens/ConfirmPaymentAsync/index.tsx b/src/app/screens/ConfirmPaymentAsync/index.tsx index 26a12cd2f7..a825a24431 100644 --- a/src/app/screens/ConfirmPaymentAsync/index.tsx +++ b/src/app/screens/ConfirmPaymentAsync/index.tsx @@ -113,7 +113,7 @@ function ConfirmPaymentAsync() { components={[ // eslint-disable-next-line react/jsx-key