From e215e9e948a5df80866d6a5f702e349001f6fd40 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 11 Dec 2024 12:44:06 +0100 Subject: [PATCH] refactor(News-Paginator@Bottom):also adds the pagination at the bottom of the news, so that the user doesn't have to scroll up if he reaches the end --- public/js/components/Cis/Cms/News.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/js/components/Cis/Cms/News.js b/public/js/components/Cis/Cms/News.js index 6633ef237..9b46981be 100644 --- a/public/js/components/Cis/Cms/News.js +++ b/public/js/components/Cis/Cms/News.js @@ -38,7 +38,7 @@ export default { template: /*html*/ `

News


- +
@@ -51,5 +51,7 @@ export default {
+ + `, };