mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 00:21:57 +00:00
Fix typo
This commit is contained in:
parent
b07e3501dd
commit
4613cc1dd2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
module.exports = function (pagination, page) {
|
module.exports = function (pagination, page) {
|
||||||
const nextBtn = pagination.href.next ? `<a class="btn btn--primary btn--big w100" href="${pagination.href.next}" aria-label="Next page">Moar plugin</a>` : ''
|
const nextBtn = pagination.href.next ? `<a class="btn btn--primary btn--big w100" href="${pagination.href.next}" aria-label="Next page">Show moooar plugins</a>` : ''
|
||||||
const list = pagination.pages.map((item, i) => {
|
const list = pagination.pages.map((item, i) => {
|
||||||
const current = page.url == pagination.hrefs[i]
|
const current = page.url == pagination.hrefs[i]
|
||||||
const currentTxt = (txtCurrent, txtFallback) => {
|
const currentTxt = (txtCurrent, txtFallback) => {
|
||||||
|
|
Loading…
Reference in a new issue