From 622a6cf0cd70dfba8ac6e452446e4b3b0956234f Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 11 Dec 2022 14:31:30 -0800 Subject: [PATCH] fix liked pages --- package.json | 2 +- packages/client/src/pages/pages.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 39814bfe8..41199a220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc.19-b14", + "version": "12.119.0-calc.19-b15", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/pages.vue b/packages/client/src/pages/pages.vue index 8d4cb3f02..a5bd4c4c8 100644 --- a/packages/client/src/pages/pages.vue +++ b/packages/client/src/pages/pages.vue @@ -28,7 +28,7 @@
- +
@@ -64,11 +64,11 @@ const featuredPagesPagination = { }; const myPagesPagination = { endpoint: 'i/pages' as const, - limit: 5, + limit: 10, }; const likedPagesPagination = { endpoint: 'i/page-likes' as const, - limit: 5, + limit: 10, }; function create() {