Skip to content

Commit

Permalink
[rubyforgood#5777] Update with appropriate icons
Browse files Browse the repository at this point in the history
  • Loading branch information
priyapower committed Jul 15, 2024
1 parent 9f2aa58 commit 7f3ddaa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/components/form/title_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<% if @progress %>
<div class="col-12 col-md-6 align-items-center d-flex gap-2 mt-2 mt-md-0">
<% if @navigable %>
<%= link_to 'BACK', @nav_back %>
<%= link_to @nav_back do %>
<i class="lni lni-chevron-left"></i>
<% end %>
<% end %>
<p class="col-auto">
<%= @steps_in_text %>
Expand All @@ -24,7 +26,9 @@
</div>
</div>
<% if @navigable %>
<%= link_to 'NEXT', @nav_next %>
<%= link_to @nav_next do %>
<i class="lni lni-chevron-right"></i>
<% end %>
<% end %>
<% end %>
</div>
Expand Down

0 comments on commit 7f3ddaa

Please sign in to comment.