diff options
author | David Gay <david@davidgay.org> | 2021-05-23 20:20:31 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-23 20:20:31 -0400 |
commit | 7a8b345b99d2023955631b05ff73ce3b1116dc01 (patch) | |
tree | 3bb30dff72619213e108955f20548213eb3d329f /app/views/application | |
parent | 82eec1f68172857b3b39e6ab3e3b837de16c1198 (diff) |
Change Steward title display appearance
Diffstat (limited to 'app/views/application')
-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 %> |