Skip to content

Commit

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

Another de-italicization.
  • Loading branch information
zspencer committed Feb 18, 2024
1 parent f9c99c2 commit d7ca426
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 d7ca426

Please sign in to comment.