mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-11 17:16:26 +02:00
createnewmodal: show message for files mode in extension
This commit is contained in:
@ -175,7 +175,7 @@ export class CreateNewModal extends Component {
|
|||||||
</div>
|
</div>
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
<TabPanel label={option2}>
|
<TabPanel label={option2}>
|
||||||
<div class="d-f fxw-w">
|
<div class="d-f fxw-w show-when-app">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn btn--primary"
|
class="btn btn--primary"
|
||||||
@ -200,6 +200,10 @@ export class CreateNewModal extends Component {
|
|||||||
}
|
}
|
||||||
})}
|
})}
|
||||||
</div>
|
</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>
|
</TabPanel>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user