mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
turn on popup help widget
leaving the feature flag in place in case we decide to revert to the form.
This commit is contained in:
parent
2650c44407
commit
23980e1f23
2 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ const flagInUrl = flag => {
|
|||
};
|
||||
|
||||
module.exports = {
|
||||
CONTACT_US_POPUP: isStaging() && flagInUrl('CONTACT_US_POPUP')
|
||||
CONTACT_US_POPUP: flagInUrl('CONTACT_US_POPUP')
|
||||
};
|
||||
|
|
|
@ -8,7 +8,7 @@ const render = require('../../lib/render.jsx');
|
|||
|
||||
const HelpForm = require('../../components/helpform/helpform.jsx');
|
||||
const HelpWidget = require('../../components/helpwidget/helpwidget.jsx');
|
||||
const {CONTACT_US_POPUP} = require('../../lib/feature-flags.js');
|
||||
const CONTACT_US_POPUP = true;
|
||||
|
||||
const InformationPage = require('../../components/informationpage/informationpage.jsx');
|
||||
require('./contact-us.scss');
|
||||
|
|
Loading…
Reference in a new issue