diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/application/components/text/_title.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/application/components/text/_title.html.erb b/app/views/application/components/text/_title.html.erb index edcf220..ea00777 100644 --- a/app/views/application/components/text/_title.html.erb +++ b/app/views/application/components/text/_title.html.erb @@ -4,6 +4,8 @@ <span class="text-gray-200">Steward</span> <% when "beryly" %> <span class="text-yellow-400">Beryly</span> + <% when "retributor" %> + <span class="text-gray-500">Retribut</span><span class="text-yellow-200">o</span><span class="text-gray-500">r</span> <% else %> <%= title.name %> <% end %> |