Skip to content

Commit

Permalink
remove banner (#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull authored Feb 7, 2025
1 parent 66b8846 commit d8c586d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/dotcom_web/templates/layout/root.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,6 @@
Sign up to test the <strong>MBTA app &#x2192;</strong>
</a>
</div>
<div id="trip-planner-banner" style="background: #DCD3E8; display: none; margin: 0; padding: 10px; text-align: center">
<p style="margin: 0px 0px;">We've made improvements to Trip Planner</p>
<a href="https://www.mbta.com/customer-support" rel="noreferrer" style="color: black; display: block; font-weight: bold;" target="_blank">
Let us know what you think &#x2192;
</a>
<script>
if(/\/trip-planner/.test(window.location.href)) {
document.querySelector("#trip-planner-banner").style.display = "block";
}
</script>
</div>
<!-- END BANNERS -->
<%= if assigns[:search_header?] do %>
<%= render "_searchbar.html", assigns %>
Expand Down

0 comments on commit d8c586d

Please sign in to comment.