use .link helpers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-18 00:46:03 -04:00
parent 98bb99881d
commit daa50039a7
6 changed files with 14 additions and 11 deletions

View File

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