Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 8079633

Browse files
committed
chore: link fix
1 parent e33fd25 commit 8079633

File tree

1 file changed

+1
-1
lines changed
  • src/features/dashboard/components/Dialogs/RegisterAppDialogSuccess

1 file changed

+1
-1
lines changed

src/features/dashboard/components/Dialogs/RegisterAppDialogSuccess/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const RegisterAppDialogSuccess = ({ onClose }: IRegisterAppDialogSuccessP
1212

1313
const onSuccessfulClick = () => {
1414
updateCurrentTab('MANAGE_APPS');
15-
window.open('https://t.me/deriv_apps', '_blank');
15+
window.open('https://t.me/+g6FV5tFY1u9lZGE1', '_blank');
1616
onClose();
1717
};
1818

0 commit comments

Comments
 (0)