Skip to content

Commit

Permalink
Merge pull request #3258 from sul-dlss/3255-tou-icons
Browse files Browse the repository at this point in the history
fix tou icons not showing sometimes
  • Loading branch information
lwrubel authored Jul 18, 2023
2 parents 619ba15 + df6d555 commit 7e895c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/shared/_terms_of_deposit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
</div>
<div class="col-2">
<%= link_to Settings.faq_url, aria: {label: "FAQs about Terms of Deposit"}, id: "faq-link", class: "text-decoration-none", target: "_blank" do %>
<span class="fa fa-question-circle"></span> FAQs
<span class="fa-solid fa-question-circle"></span> FAQs
<% end %>
</div>
<div class="col-2">
<%= link_to Settings.terms_url, aria: {label: "Save Terms of Deposit"}, id: "print-link", class: "text-decoration-none", target: "_blank" do %>
<span class="fa fa-save"></span> Save
<span class="fa-solid fa-save"></span> Save
<% end %>
</div>
<div class="col-2">
<%= link_to print_terms_of_deposit_path, aria: {label: "Print Terms of Deposit"}, id: "save-link", class: "text-decoration-none", target: "_blank" do %>
<span class="fa fa-print"></span> Print
<span class="fa-solid fa-print"></span> Print
<% end %>
</div>
<div class="col-1">
Expand Down

0 comments on commit 7e895c3

Please sign in to comment.