summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-03 20:16:22 -0400
committerDavid Gay <david@davidgay.org>2021-06-03 20:16:22 -0400
commitde2cd93ebcacb37af501b46a60d11b25913dfa1f (patch)
treec4eeb36baa38af63b0d180b9aefc768cd4377229 /app/views
parent94418789939af680ed72bf31c62762046da33dfd (diff)
New title: Aspirant
Diffstat (limited to 'app/views')
-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 ea00777..2576ff8 100644
--- a/app/views/application/components/text/_title.html.erb
+++ b/app/views/application/components/text/_title.html.erb
@@ -6,6 +6,8 @@
<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>
+ <% when "aspirant" %>
+ <span class="text-purple-200">Aspirant</span>
<% else %>
<%= title.name %>
<% end %>