From ec3669249fec0b7894d0bf55b2288d9aa29ce7a2 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 25 Jan 2025 00:34:20 +0800 Subject: [PATCH] style: update site title in application layout - Change the displayed title from 'Today AI Weather Art' to 'Today AI Weather'. This change refines the branding by removing the word 'Art', making the title more concise and focused. This is a minor modification that does not impact functionality. --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 1ce7d10..ffa9af8 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -56,7 +56,7 @@
<%= link_to root_path, class: "text-2xl font-display font-bold hover:text-primary transition-colors" do %> - Today AI Weather Art + Today AI Weather <% end %>