From 2963298f63129afd346a6c119db851e228ae11fa Mon Sep 17 00:00:00 2001 From: srgooglo Date: Tue, 31 May 2022 04:29:46 +0200 Subject: [PATCH] go to `/about` when about button is clicked --- packages/app/src/components/Settings/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/components/Settings/index.jsx b/packages/app/src/components/Settings/index.jsx index 9edb6142..0da4879f 100644 --- a/packages/app/src/components/Settings/index.jsx +++ b/packages/app/src/components/Settings/index.jsx @@ -408,7 +408,7 @@ export default class SettingsMenu extends React.PureComponent {
- AboutApp.openModal()}> + window.app.setLocation("/about")}> {t => t("about")}