Skip to content

Commit

Permalink
Use .icon-link in shared pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Apr 16, 2024
1 parent 61de77d commit d0c8713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_pagination.html.erb
@@ -1,5 +1,5 @@
<nav>
<% link_class = "page-link d-flex align-items-center gap-2 text-center" %>
<% link_class = "page-link icon-link text-center" %>
<ul class="pagination">
<% newer_link_content = capture do %>
<%= previous_page_svg_tag :class => "flex-shrink-0 d-none d-sm-block" %>
Expand Down

0 comments on commit d0c8713

Please sign in to comment.