mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-19 20:55:55 +01:00
createnewmodal: show message for files mode in extension
This commit is contained in:
parent
dca4588614
commit
e178c1451d
@ -175,7 +175,7 @@ export class CreateNewModal extends Component {
|
||||
</div>
|
||||
</TabPanel>
|
||||
<TabPanel label={option2}>
|
||||
<div class="d-f fxw-w">
|
||||
<div class="d-f fxw-w show-when-app">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn--primary"
|
||||
@ -200,6 +200,10 @@ export class CreateNewModal extends Component {
|
||||
}
|
||||
})}
|
||||
</div>
|
||||
<div class="show-when-extension">
|
||||
Files modes is currently only available in Web app.{' '}
|
||||
<a href="https://webmaker.app/app/">Try the Web app now</a>.
|
||||
</div>
|
||||
</TabPanel>
|
||||
</Tabs>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user