Skip to content

Commit

Permalink
remove usa-modal class for now
Browse files Browse the repository at this point in the history
* fix asset paths
  • Loading branch information
ryanwoldatwork committed Nov 9, 2023
1 parent 3d19aca commit 662ee9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/components/_usa-banner.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<header class="usa-banner__header">
<div class="usa-banner__inner">
<div class="grid-col-auto">
<img class="usa-banner__header-flag" src="<%= image_path("us_flag_small.png") %>" alt="U.S. flag">
<img class="usa-banner__header-flag" src="<%= root_url %>img/us_flag_small.png" alt="U.S. flag">
</div>
<div class="grid-col-fill tablet:grid-col-auto">
<p class="usa-banner__header-text"><%= t 'header.official' %></p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/components/forms/_footer_banner.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img
aria-hidden="true"
class="usa-banner__header-flag"
src="/img/us_flag_small.png"
src="<%= root_url %>img/us_flag_small.png"
alt="U.S. flag"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/components/widget/_modal.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="fba-modal-dialog"
class="fba-modal-dialog usa-modal"
class="fba-modal-dialog"
role="dialog"
aria-modal="<%= ['modal', 'custom-button-modal'].include?(form.delivery_method) ? 'true' : 'false' %>">
<%= render "components/widget/no_modal", form: form do %>
Expand Down

0 comments on commit 662ee9c

Please sign in to comment.