@@ -47,8 +47,8 @@ exports[`CPagination renders correctly 1`] = `
47
47
class = " active page-item"
48
48
>
49
49
<a
50
- aria-label = " Go to page 1"
51
- class = " page-link"
50
+ aria-label = " Current page 1"
51
+ class = " page-link c-page-link-number "
52
52
href = " #"
53
53
target = " _self"
54
54
>
@@ -62,7 +62,7 @@ exports[`CPagination renders correctly 1`] = `
62
62
>
63
63
<a
64
64
aria-label = " Go to page 2"
65
- class = " page-link"
65
+ class = " page-link c-page-link-number "
66
66
href = " #"
67
67
target = " _self"
68
68
>
@@ -76,7 +76,7 @@ exports[`CPagination renders correctly 1`] = `
76
76
>
77
77
<a
78
78
aria-label = " Go to page 3"
79
- class = " page-link"
79
+ class = " page-link c-page-link-number "
80
80
href = " #"
81
81
target = " _self"
82
82
>
@@ -90,7 +90,7 @@ exports[`CPagination renders correctly 1`] = `
90
90
>
91
91
<a
92
92
aria-label = " Go to page 4"
93
- class = " page-link"
93
+ class = " page-link c-page-link-number "
94
94
href = " #"
95
95
target = " _self"
96
96
>
@@ -162,7 +162,7 @@ exports[`CPagination renders correctly 2`] = `
162
162
>
163
163
<a
164
164
aria-label = " Go to page 6"
165
- class = " page-link"
165
+ class = " page-link c-page-link-number "
166
166
href = " #"
167
167
target = " _self"
168
168
>
@@ -176,7 +176,7 @@ exports[`CPagination renders correctly 2`] = `
176
176
>
177
177
<a
178
178
aria-label = " Go to page 7"
179
- class = " page-link"
179
+ class = " page-link c-page-link-number "
180
180
href = " #"
181
181
target = " _self"
182
182
>
@@ -190,7 +190,7 @@ exports[`CPagination renders correctly 2`] = `
190
190
>
191
191
<a
192
192
aria-label = " Go to page 8"
193
- class = " page-link"
193
+ class = " page-link c-page-link-number "
194
194
href = " #"
195
195
target = " _self"
196
196
>
@@ -203,8 +203,8 @@ exports[`CPagination renders correctly 2`] = `
203
203
class = " active page-item"
204
204
>
205
205
<a
206
- aria-label = " Go to page 9"
207
- class = " page-link"
206
+ aria-label = " Current page 9"
207
+ class = " page-link c-page-link-number "
208
208
href = " #"
209
209
target = " _self"
210
210
>
@@ -218,7 +218,7 @@ exports[`CPagination renders correctly 2`] = `
218
218
>
219
219
<a
220
220
aria-label = " Go to page 10"
221
- class = " page-link"
221
+ class = " page-link c-page-link-number "
222
222
href = " #"
223
223
target = " _self"
224
224
>
@@ -232,7 +232,7 @@ exports[`CPagination renders correctly 2`] = `
232
232
>
233
233
<a
234
234
aria-label = " Go to page 11"
235
- class = " page-link"
235
+ class = " page-link c-page-link-number "
236
236
href = " #"
237
237
target = " _self"
238
238
>
@@ -246,7 +246,7 @@ exports[`CPagination renders correctly 2`] = `
246
246
>
247
247
<a
248
248
aria-label = " Go to page 12"
249
- class = " page-link"
249
+ class = " page-link c-page-link-number "
250
250
href = " #"
251
251
target = " _self"
252
252
>
0 commit comments