mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
go to /about
when about button is clicked
This commit is contained in:
parent
5a02fe4ad2
commit
2963298f63
@ -408,7 +408,7 @@ export default class SettingsMenu extends React.PureComponent {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<antd.Button type="link" onClick={() => AboutApp.openModal()}>
|
<antd.Button type="link" onClick={() => window.app.setLocation("/about")}>
|
||||||
<Translation>
|
<Translation>
|
||||||
{t => t("about")}
|
{t => t("about")}
|
||||||
</Translation>
|
</Translation>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user