mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
the & to save the world (#899)
This commit is contained in:
parent
d593789774
commit
3336e87b89
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue