Merge pull request 'lib/chiya_web/components/public_components.ex aktualisiert' (#248) from devel into main

Reviewed-on: #248
This commit is contained in:
inhji 2023-07-29 19:08:05 +02:00
commit c5a19716cb

View file

@ -74,9 +74,9 @@ defmodule ChiyaWeb.PublicComponents do
~H""" ~H"""
<span class="inline-flex flex-row gap-1"> <span class="inline-flex flex-row gap-1">
<%= for tag <- @note.tags do %> <%= for tag <- @note.tags do %>
<a href={~p"/tagged-with/#{tag.slug}"} class={["p-category", @class_tag]}> <span class={["p-category", @class_tag]}>
<%= tag.name %> <%= tag.name %>
</a> </span>
<.dot class="text-theme-base/50 last:hidden" /> <.dot class="text-theme-base/50 last:hidden" />
<% end %> <% end %>
</span> </span>