Skip to content

Commit

Permalink
review and add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rmessina1010 committed Oct 26, 2024
1 parent 70dfefa commit 98e6b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/site/paragraphs/react_widget.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
</span>
{% if entity.fieldErrorMessage != empty %}
<div class="usa-alert usa-alert-error sip-application-error vads-u-display--none" aria-hidden="true">
<va-icon icon="error" size="3" class="os-icon vads-u-color--error"></va-icon>
<div class="usa-alert-body">
{{ entity.fieldErrorMessage.value }}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const widgetContent = `
<a class="vads-c-action-link--green" href="/pension/application/527EZ">Apply for Veterans Pension Benefits</a>
</span>
<div class="usa-alert usa-alert-error sip-application-error vads-u-display--none" aria-hidden="true">
<va-icon icon="error" size={3} className="vads-u-color--error" />
<div class="usa-alert-body">
<strong>We’re sorry. Something went wrong when we tried to load your saved application.</strong><br>Please try refreshing your browser in a few minutes.
</div>
Expand Down

0 comments on commit 98e6b0c

Please sign in to comment.