Skip to content

Commit

Permalink
createnewmodal: show message for files mode in extension
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jul 2, 2019
1 parent dca4588 commit e178c14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/CreateNewModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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>

Expand Down

0 comments on commit e178c14

Please sign in to comment.