1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 09:40:10 +02:00

add changelog

This commit is contained in:
Kushagra Gour
2024-05-06 12:14:56 +05:30
parent 1c78c303e2
commit 3d5ea0627b
3 changed files with 22 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ import {
import { itemService } from '../itemService';
import '../db';
import { Notifications } from './Notifications';
import { Changelog } from './Changelog';
import Settings from './Settings.jsx';
import { modes, HtmlModes, CssModes, JsModes } from '../codeModes';
import { trackEvent } from '../analytics';
@@ -1848,7 +1848,7 @@ export default class App extends Component {
this.setState({ isNotificationsModalOpen: false })
}
>
<Notifications
<Changelog
onSupportBtnClick={this.openSupportDeveloperModal.bind(this)}
/>
</Modal>