This commit is contained in:
24c02 2026-01-30 13:38:40 -05:00
parent bd69e16672
commit 0ceb3728a0

View file

@ -2,4 +2,4 @@
<%= render Components::StaticPages::Home.new(stats: @user_stats, user: current_user, flavor_text: @flavor_text) %>
<% else %>
<%= render Components::StaticPages::LoggedOut.new(stats: @global_stats, flavor_text: @flavor_text) %>
<% end %>
<% end %>