use .link helpers

This commit is contained in:
2023-03-18 01:03:55 -04:00
parent 7fa9933a9b
commit c0441957b6
6 changed files with 21 additions and 13 deletions

View File

@ -66,9 +66,13 @@
</.link>
<% else %>
<div class="flex flex-wrap justify-center space-x-2">
<a :for={%{email: email} <- @admins} class="hover:underline" href={"mailto:#{email}"}>
<.link
:for={%{email: email} <- @admins}
class="hover:underline"
href={"mailto:#{email}"}
>
<%= email %>
</a>
</.link>
</div>
<% end %>
</p>