lib/chiya_web/components/public_components.ex aktualisiert

This commit is contained in:
inhji 2023-07-29 19:03:15 +02:00
parent a101865300
commit fd2750c22e

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