Increase featured limit

This commit is contained in:
syuilo 2019-02-15 14:29:42 +09:00
parent d81cf4ae0a
commit 6c112d447e
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;