Increase featured limit

This commit is contained in:
syuilo 2019-02-15 14:29:42 +09:00
parent c47818fed4
commit 28b63298e5
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ export default Vue.extend({
this.fetching = true;
this.$root.api('notes/featured', {
limit: 10
limit: 15
}).then(notes => {
this.notes = notes;
this.fetching = false;

View file

@ -36,7 +36,7 @@ export default Vue.extend({
this.fetching = true;
this.$root.api('notes/featured', {
limit: 10
limit: 15
}).then(notes => {
this.notes = notes;
this.fetching = false;