-
-
diff --git a/src/wp-content/themes/twentytwenty/template-parts/navigation.php b/src/wp-content/themes/twentytwenty/template-parts/navigation.php
index 2beff43c53..ca4eff698a 100644
--- a/src/wp-content/themes/twentytwenty/template-parts/navigation.php
+++ b/src/wp-content/themes/twentytwenty/template-parts/navigation.php
@@ -33,7 +33,7 @@ if ( $next_post || $prev_post ) {
?>
- ←
+ ←
ID ) ); ?>
@@ -44,7 +44,7 @@ if ( $next_post || $prev_post ) {
?>
- →
+ →
ID ) ); ?>
%s',
- '←',
+ '
←',
__( 'Newer
Posts', 'twentytwenty' )
);
$next_text = sprintf(
'
%s %s',
__( 'Older
Posts', 'twentytwenty' ),
- '→'
+ '
→'
);
$posts_pagination = get_the_posts_pagination(