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

Reviewed-on: #247
This commit is contained in:
inhji 2023-07-29 19:03:48 +02:00
commit 10d45c34c2

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 %>