lib/chiya_web/components/public_components.ex aktualisiert #247

Merged
inhji merged 2 commits from devel into main 2023-07-29 19:03:49 +02:00

View file

@ -155,9 +155,9 @@ defmodule ChiyaWeb.PublicComponents do
<% end %> <% end %>
<%= if not Enum.empty?(note.tags) do %> <%= if not Enum.empty?(note.tags) do %>
<aside class="mt-2"> <span class="inline-block">
<.tags note={note} /> <.tags note={note} />
</aside> </span>
<% end %> <% end %>
</a> </a>
<% end %> <% end %>