Skip to content

Commit b93c5a7

Browse files
Update "pagination" page
1 parent 9903568 commit b93c5a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/pages/pagination.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variation_groups:
1414
m-pagination__btn-prev"
1515
href="?page=21#pagination_content">
1616
{% include icons/left.svg %}
17-
<span>Newer</span>
17+
<span>Previous</span>
1818
</a>
1919
2020
<form class="m-pagination__form"
@@ -42,7 +42,7 @@ variation_groups:
4242
<a class="a-btn
4343
m-pagination__btn-next"
4444
href="?page=23#pagination_content">
45-
<span>Older</span>
45+
<span>Next</span>
4646
{% include icons/right.svg %}
4747
</a>
4848
</nav>
@@ -67,7 +67,7 @@ variation_groups:
6767
m-pagination__btn-prev"
6868
href="?page=21#pagination_content">
6969
{% include icons/left.svg %}
70-
<span>Newer</span>
70+
<span>Previous</span>
7171
</a>
7272
7373
<form class="m-pagination__form"
@@ -95,7 +95,7 @@ variation_groups:
9595
<a class="a-btn
9696
m-pagination__btn-next"
9797
href="?page=23#pagination_content">
98-
<span>Older</span>
98+
<span>Next</span>
9999
{% include icons/right.svg %}
100100
</a>
101101
</nav>
@@ -107,7 +107,7 @@ variation_groups:
107107
108108
<a class="a-btn a-btn--disabled m-pagination__btn-prev">
109109
110-
{% include icons/left.svg %}<span>Newer</span></a>
110+
{% include icons/left.svg %}<span>Previous</span></a>
111111
112112
<form class="m-pagination__form" action="#pagination_content">
113113
<label class="m-pagination__label"> Page
@@ -124,7 +124,7 @@ variation_groups:
124124
<button class="a-btn a-btn--link" type="submit">Go</button> </form>
125125
126126
<a class="a-btn m-pagination__btn-next" href="?page=2#pagination_content">
127-
<span>Older</span>
127+
<span>Next</span>
128128
{% include icons/right.svg %}
129129
</a>
130130

0 commit comments

Comments
 (0)