Skip to content

Commit

Permalink
Added missing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenbauer committed Aug 5, 2019
1 parent 25a9d6f commit 253f39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
the_posts_pagination(
array(
'next_text' => aino_get_svg(
array( 'icon' => 'arrow-right' )
array( 'icon' => 'baseline-chevron_right-24px' )
)
. '<span class="meta-nav">' . esc_html__( 'Older posts', 'aino' ) . '</span> ' .
'<span class="screen-reader-text">' . esc_html__( 'Older posts', 'aino' ) . '</span> ',
'prev_text' => aino_get_svg(
array( 'icon' => 'arrow-left' )
array( 'icon' => 'baseline-chevron_left-24px' )
)
. '<span class="meta-nav">' . esc_html__( 'Newer posts', 'aino' ) . '</span> ' .
'<span class="screen-reader-text">' . esc_html__( 'Newer posts', 'aino' ) . '</span> ',
Expand Down

0 comments on commit 253f39e

Please sign in to comment.