mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
feat: working feedback modal, fix photographers list on about page
This commit is contained in:
@@ -11,7 +11,7 @@ export default class Text extends React.PureComponent {
|
||||
this.language = window.language.modals.main.settings;
|
||||
}
|
||||
|
||||
handleChange(e) {
|
||||
handleChange = (e) => {
|
||||
const { value } = e.target;
|
||||
|
||||
// Alex wanted font to work with montserrat and Montserrat, so I made it work
|
||||
|
||||
Reference in New Issue
Block a user