diff options
Diffstat (limited to 'src/client/app/common/views/pages/featured.vue')
| -rw-r--r-- | src/client/app/common/views/pages/featured.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/pages/featured.vue b/src/client/app/common/views/pages/featured.vue index 42c97e09fc..161511998f 100644 --- a/src/client/app/common/views/pages/featured.vue +++ b/src/client/app/common/views/pages/featured.vue @@ -24,7 +24,7 @@ export default Vue.extend({ return { pagination: { endpoint: 'notes/featured', - limit: 30, + limit: 29, }, notesComponent: |