From e6b083fb7441ebdf65230517509af3c55c0c808c Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 06 Jun 2025 17:03:02 +0000
Subject: [PATCH] GS-2147

---
 vue/src/components/Pagination.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/vue/src/components/Pagination.vue b/vue/src/components/Pagination.vue
index 5fd63ea..69fc0e5 100644
--- a/vue/src/components/Pagination.vue
+++ b/vue/src/components/Pagination.vue
@@ -70,7 +70,6 @@
 
    <div class="pagination">
       <div class="pagination-buttons">
-
          <input type="button" @click="goStart()" class="start" value="«">
          <input type="button" @click="goPrev()" class="prev" value="‹">
          <span class="current">{{ offset }} - {{ offset + limit }} / {{ total }}</span>

--
Gitblit v1.8.0