diff options
Diffstat (limited to 'app/views/application/components/text')
-rw-r--r-- | app/views/application/components/text/_title.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/application/components/text/_title.html.erb b/app/views/application/components/text/_title.html.erb index 7d87180..1cf13b7 100644 --- a/app/views/application/components/text/_title.html.erb +++ b/app/views/application/components/text/_title.html.erb @@ -1,7 +1,7 @@ <% if title %> <% case title.gid %> <% when "steward" %> - <span class="text-red-500 text-glow">Steward</span> + <span class="text-gray-200">Steward</span> <% else %> <%= title.name %> <% end %> |