mirror of
https://github.com/mue/mue.git
synced 2026-07-06 16:04:20 +02:00
actually fix it
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
"react": "17.0.1",
|
||||
"react-clock": "^2.4.0",
|
||||
"react-color-gradient-picker": "^0.1.2",
|
||||
"react-dom": "16.14.0",
|
||||
"react-dom": "17.0.1",
|
||||
"react-modal": "3.12.1",
|
||||
"react-toastify": "6.1.0",
|
||||
"supports-webp": "2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-sass": "4.14.1",
|
||||
"react-scripts": "4.0.1"
|
||||
"react-scripts": "^3.4.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
||||
@@ -15,9 +15,9 @@ export default class Welcome extends React.PureComponent {
|
||||
<h2 className='subtitle'>{this.props.language.information}</h2>
|
||||
<p>{this.props.language.thankyoumessage1},<br/> {this.props.language.thankyoumessage2}</p>
|
||||
<h2 className='subtitle'>{this.props.language.support}</h2>
|
||||
<a href='mailto:hello@muetab.com' className='welcomeLink' target='_blank' rel='noreferrer'><EmailIcon/></a>
|
||||
<a href='https://twitter.com/getmue' className='welcomeLink' target='_blank' rel='noreferrer'><TwitterIcon/></a>
|
||||
<a href='https://discord.gg/zv8C9F8' className='welcomeLink' target='_blank' rel='noreferrer'><ForumIcon/></a>
|
||||
<a href='mailto:hello@muetab.com' className='welcomeLink' target='_blank' rel='noopener noreferrer'><EmailIcon/></a>
|
||||
<a href='https://twitter.com/getmue' className='welcomeLink' target='_blank' rel='noopener noreferrer'><TwitterIcon/></a>
|
||||
<a href='https://discord.gg/zv8C9F8' className='welcomeLink' target='_blank' rel='noopener noreferrer'><ForumIcon/></a>
|
||||
<br/>
|
||||
<button className='close' onClick={this.props.modalClose}>{this.props.language.close}</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user