summaryrefslogtreecommitdiff
path: root/app/views/application
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/application')
-rw-r--r--app/views/application/components/text/_title.html.erb2
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 1cf13b7..edcf220 100644
--- a/app/views/application/components/text/_title.html.erb
+++ b/app/views/application/components/text/_title.html.erb
@@ -2,6 +2,8 @@
<% case title.gid %>
<% when "steward" %>
<span class="text-gray-200">Steward</span>
+ <% when "beryly" %>
+ <span class="text-yellow-400">Beryly</span>
<% else %>
<%= title.name %>
<% end %>