We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b965171 commit d0741d2Copy full SHA for d0741d2
lib/algora_web/components/not_found_component.ex
@@ -219,7 +219,7 @@ defmodule AlgoraWeb.Component.NotFoundComponent do
219
<p class="description">
220
Sorry, the page you're looking for doesn't exist or has been moved.
221
</p>
222
- <a href="/" class="home-button">
+ <.link navigate="/" class="home-button">
223
<svg
224
xmlns="http://www.w3.org/2000/svg"
225
width="16"
@@ -234,7 +234,7 @@ defmodule AlgoraWeb.Component.NotFoundComponent do
234
<path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 12l14 0" /><path d="M5 12l6 6" /><path d="M5 12l6 -6" />
235
</svg>
236
Go back home
237
- </a>
+ </.link>
238
</div>
239
</body>
240
</html>
0 commit comments