diff --git a/frontend/src/components/UI/CardSection.vue b/frontend/src/components/UI/CardSection.vue index 54ceb4c84..3fb4c8cf5 100644 --- a/frontend/src/components/UI/CardSection.vue +++ b/frontend/src/components/UI/CardSection.vue @@ -58,14 +58,16 @@
- + + + @@ -78,14 +80,16 @@ v-for="recipe in recipes.slice(0, cardLimit)" :key="recipe.name" > - + + +
@@ -139,7 +143,7 @@ export default { data() { return { sortLoading: false, - cardLimit: 30, + cardLimit: 50, loading: false, EVENTS: { az: "az",