Skip to content

Commit

Permalink
🌸 Journal: Remove italics from Keyword (zinc-collective#2222)
Browse files Browse the repository at this point in the history
- zinc-collective#5

Another de-italicization.
  • Loading branch information
zspencer committed Mar 25, 2024
1 parent 479196b commit 1b9b92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/furniture/journal/keywords/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<h1><%= keyword.canonical_keyword %></h1>
<%- if keyword.aliases.present? %>
<p class="italic">Also known as <%= to_sentence(keyword.aliases) %></p>
<p class="text-sm">Also known as <%= to_sentence(keyword.aliases) %></p>
<%- end %>

<h2>Entries about <span class="italic"><%= keyword.canonical_keyword %></span></h2>
<h2>Entries about <span class="text-gray-800"><%= keyword.canonical_keyword %></span></h2>
<%= render Journal::NewEntryButtonComponent.new(keyword: keyword) %>
<ul>
<%- policy_scope(keyword.entries).each do |entry|%>
Expand Down

0 comments on commit 1b9b92d

Please sign in to comment.