style: update title in application layout
- Change title from 'AI Weather Art' to 'Today AI Weather Art' This change enhances the clarity of the application by specifying that the art relates to today's weather. It does not affect any functionality but improves the user interface.
This commit is contained in:
parent
dd6bb9972c
commit
9dd7044a77
@ -56,7 +56,7 @@
|
||||
<div class="container mx-auto">
|
||||
<div class="flex-1">
|
||||
<%= link_to root_path, class: "text-2xl font-display font-bold hover:text-primary transition-colors" do %>
|
||||
AI Weather Art
|
||||
Today AI Weather Art
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="flex-none">
|
||||
|
Loading…
Reference in New Issue
Block a user