mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
fix: update experimental tab
This commit is contained in:
@@ -91,7 +91,7 @@ export default class WelcomeModal extends PureComponent {
|
||||
return (
|
||||
<div className='welcomeContent'>
|
||||
<section>
|
||||
<img className='showcaseimg' alt='celebration' draggable={false} src={this.state.image} />
|
||||
<img className='showcaseimg' alt='sidebar icon' draggable={false} src={this.state.image} />
|
||||
<ProgressBar count={this.images} currentTab={this.state.currentTab} switchTab={(tab) => this.switchTab(tab)}/>
|
||||
</section>
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user