Update components.js, update read more

pull/2659/head
Daniel Supernault 5 years ago
parent d4c647cb4d
commit 2cf85394b3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -27,8 +27,8 @@ pixelfed.readmore = () => {
el.readmore({ el.readmore({
collapsedHeight: 45, collapsedHeight: 45,
heightMargin: 48, heightMargin: 48,
moreLink: '<a href="#" class="d-block small text-muted text-center">Read more ...</a>', moreLink: '<a href="#" class="d-block small font-weight-bold text-dark text-center">Show more</a>',
lessLink: '<a href="#" class="d-block small text-muted text-center">Hide</a>', lessLink: '<a href="#" class="d-block small font-weight-bold text-dark text-center">Show less</a>',
}); });
}); });
}; };

Loading…
Cancel
Save