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.
This commit is contained in:
songtianlun 2025-01-25 00:34:20 +08:00
parent f6270b1ad4
commit ec3669249f

View File

@ -56,7 +56,7 @@
<div class="container mx-auto"> <div class="container mx-auto">
<div class="flex-1"> <div class="flex-1">
<%= link_to root_path, class: "text-2xl font-display font-bold hover:text-primary transition-colors" do %> <%= 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 %> <% end %>
</div> </div>
<div class="flex-none"> <div class="flex-none">