From c26bf484fbe8df0d1458cf5f61dd5d691bbb4086 Mon Sep 17 00:00:00 2001 From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com> Date: Sat, 4 Apr 2026 07:27:23 +0700 Subject: [PATCH] fix(ui): move repeat icon to the center (#1365) --- app/views/recurring_transactions/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/recurring_transactions/index.html.erb b/app/views/recurring_transactions/index.html.erb index 184556a78..7447cb317 100644 --- a/app/views/recurring_transactions/index.html.erb +++ b/app/views/recurring_transactions/index.html.erb @@ -59,7 +59,7 @@
<% if @recurring_transactions.empty? %>
-
+
<%= icon "repeat", size: "xl" %>

<%= t("recurring_transactions.empty.title") %>