From 352167e81d47292292ba8b9ea6256517357ac859 Mon Sep 17 00:00:00 2001 From: BlossomiShymae <87099578+BlossomiShymae@users.noreply.github.com> Date: Fri, 3 May 2024 08:32:45 -0500 Subject: [PATCH] Vertically align pagination index --- components/Pagination.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Pagination.vue b/components/Pagination.vue index 1f4d38b..e5954d4 100644 --- a/components/Pagination.vue +++ b/components/Pagination.vue @@ -9,7 +9,7 @@ - {{ `${index + 1} / ${count}` }} + {{ `${index + 1} / ${count}` }}