Skip to content

Commit

Permalink
[CCAP-337] Removing warning bar for Prod (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
cram-cfa authored Sep 9, 2024
1 parent efd15fb commit b670c7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/templates/fragments/toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@
th:replace="~{fragments/demoBanner :: demoBanner(demoText=${#messages.msg('demo.banner-text', linkText)}, profile='demo')}"/>
<th:block
th:replace="~{fragments/demoBanner :: demoBanner(demoText=${#messages.msg('demo.banner-text', linkText)}, profile='dev')}"/>
<th:block
th:replace="~{fragments/demoBanner :: demoBanner(demoText=${#messages.msg('demo.banner-text', linkText)}, profile='production')}"/>
</header>
</th:block>

0 comments on commit b670c7c

Please sign in to comment.