From 21e9157e4ff93806321d55691af60c9e414e5e22 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 06 Jun 2025 19:47:07 +0000
Subject: [PATCH] fixing no search results

---
 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