Skip to content

Commit

Permalink
Disable breaking news banner.
Browse files Browse the repository at this point in the history
We had previously enabled it due to some hot weather in San Francisco,
but that is no longer relevant, so we are now disabling the banner.
  • Loading branch information
richardxia committed Nov 19, 2024
1 parent 93d95ed commit c7c5533
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/utils/whitelabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ const SFServiceGuide: WhiteLabelSite = {
intercom: true,
loginEnabled: true,
siteUrl: "https://sfserviceguide.org",
showBanner: true,
showBreakingNews: true,
title: "SF Service Guide",
showReportCrisis: true,
Expand Down Expand Up @@ -203,7 +202,6 @@ const defaultWhiteLabel: WhiteLabelSite = {
...whiteLabelDefaults,
intercom: true,
loginEnabled: true,
showBanner: true,
siteUrl: "https://askdarcel.org",
showBreakingNews: true,
title: "SF Service Guide",
Expand Down

0 comments on commit c7c5533

Please sign in to comment.