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

@ -24,9 +24,12 @@
<hr class="w-full hr" />
<a href={Routes.live_path(Endpoint, HomeLive)} class="link title text-primary-600 text-lg">
<.link
href={Routes.live_path(Endpoint, HomeLive)}
class="link title text-primary-600 text-lg"
>
<%= dgettext("errors", "Go back home") %>
</a>
</.link>
</div>
</div>
</body>