the & to save the world (#899)

This commit is contained in:
Echo 2026-02-03 10:15:50 -05:00 committed by GitHub
parent d593789774
commit 3336e87b89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@
<div class="bg-dark border border-primary rounded-xl p-4 transition-all duration-200 h-full">
<div class="text-secondary text-xs mb-1 uppercase tracking-tight">TOP CATEGORY</div>
<div class="text-lg font-semibold text-white" data-stat="top_category">
<%= @top_category.capitalize || "Unknown" %>
<%= @top_category&.capitalize || "Unknown" %>
<% if @singular_category %>
<span class="super"><%= FlavorText.obvious.sample %></span>
<% end %>