From df6d555f35291f06cd5eb21b661d055d334c4e7b Mon Sep 17 00:00:00 2001 From: Peter Mangiafico Date: Mon, 17 Jul 2023 16:15:33 -0700 Subject: [PATCH] fix tou icons not showing sometimes --- app/views/shared/_terms_of_deposit.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shared/_terms_of_deposit.html.erb b/app/views/shared/_terms_of_deposit.html.erb index ab938088b..8688456c8 100644 --- a/app/views/shared/_terms_of_deposit.html.erb +++ b/app/views/shared/_terms_of_deposit.html.erb @@ -7,17 +7,17 @@
<%= link_to Settings.faq_url, aria: {label: "FAQs about Terms of Deposit"}, id: "faq-link", class: "text-decoration-none", target: "_blank" do %> - FAQs + FAQs <% end %>
<%= link_to Settings.terms_url, aria: {label: "Save Terms of Deposit"}, id: "print-link", class: "text-decoration-none", target: "_blank" do %> - Save + Save <% end %>
<%= link_to print_terms_of_deposit_path, aria: {label: "Print Terms of Deposit"}, id: "save-link", class: "text-decoration-none", target: "_blank" do %> - Print + Print <% end %>