From 968efb5492619f0f925f3c7ed7ac8d2cc83fb896 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 15 Feb 2025 11:50:36 +0800 Subject: [PATCH] fix: update UI of the show page - Refactor to remove the link's padding-top. - The navigation back button should now work as expected. - No known side effects. --- app/views/cities/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cities/show.html.erb b/app/views/cities/show.html.erb index f0344a4..02db839 100644 --- a/app/views/cities/show.html.erb +++ b/app/views/cities/show.html.erb @@ -12,7 +12,7 @@
<%= link_to cities_path, - class: "inline-flex items-center btn btn-ghost gap-2 pt-6 mb-8" do %> + class: "inline-flex items-center btn btn-ghost gap-2 " do %>