Skip to content

Commit

Permalink
Merge pull request #705 from GSA/sticky-alert
Browse files Browse the repository at this point in the history
Sticky icon changes
  • Loading branch information
yerramshilpa authored Jun 6, 2024
2 parents 8868236 + 7c8392b commit ab3785a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sam-styles/packages/components/alerts/templates/sticky.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
</div>

<div class="sds-alert--sticky warning">
<i class="sds bi-info-circle size-2x"></i>
<i class="sds bi-exclamation-triangle size-2x"></i>
<p><span>Warning:</span>This is a previous version of this exclusion record. Do not use it for decision-making purposes. Select <b>Current Record</b> from the version field to return to the current record.</p>
</div>

<div class="sds-alert--sticky error">
<i class="sds bi-info-circle size-2x"></i>
<i class="sds bi-slash-circle size-2x"></i>
<p><span>Warning:</span>This is a previous version of this exclusion record. Do not use it for decision-making purposes. Select <b>Current Record</b> from the version field to return to the current record.</p>
</div>

0 comments on commit ab3785a

Please sign in to comment.