Skip to content

Commit

Permalink
Merge pull request #1955 from cisagov/rh/1820-site-alert-emergency
Browse files Browse the repository at this point in the history
ISSUE #1820: Test environment to standard site alert emergency
  • Loading branch information
therealslimhsiehdy authored Apr 4, 2024
2 parents fd921ea + 03b9eb9 commit 0394535
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/registrar/templates/includes/non-production-alert.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<div class="usa-alert usa-alert--emergency margin-y-0 {% if add_class %}{{ add_class }}{% endif %}">
<div class="usa-alert__body {% if add_body_class %}{{ add_body_class }}{% endif %}">
<b>Attention:</b> You are on a test site.
<div class="usa-site-alert--emergency margin-y-0 {% if add_class %}{{ add_class }}{% endif %}" aria-label="Site alert"
>
<div class="usa-alert">
<div class="usa-alert__body {% if add_body_class %}{{ add_body_class }}{% endif %}">
<b>Attention:</b> You are on a test site.
</div>
</div>
</div>
</div>

0 comments on commit 0394535

Please sign in to comment.