Skip to content

Commit

Permalink
Remove sign up banner in staging (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo authored Feb 14, 2024
1 parent 8dbe4f9 commit 8219371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/templates/application.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<div class="info-banner"><p>In an effort to better serve the needs of users like you, we'd like to hear from you about how we can improve services like this site.&nbsp;</p><a href="https://cdn.forms-content.sg-form.com/baf12d06-9871-11ee-a52c-aee1d8d80675" target="_blank">Click here to sign up.</a></div>
<LabsUi::SiteHeader @responsiveNav={{true}} @responsiveSize="large" as |banner|>
<banner.title>
{{#link-to 'index'}}Population FactFinder{{/link-to}}
Expand Down
4 changes: 2 additions & 2 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ if (environment === 'local-api') {
}

if (environment === 'production') {
ENV['mapbox-gl'].map.style = 'https://labs-layers-api.herokuapp.com/v1/base/style.json';
ENV['ember-mapbox-composer'].host = 'https://labs-layers-api.herokuapp.com';
ENV['mapbox-gl'].map.style = 'https://layers-api.planninglabs.nyc/v1/base/style.json';
ENV['ember-mapbox-composer'].host = 'https://layers-api.planninglabs.nyc';
ENV.SupportServiceHost = process.env.API_URL || 'https://factfinder-api.herokuapp.com';
}

Expand Down

0 comments on commit 8219371

Please sign in to comment.