Skip to content

Commit d0741d2

Browse files
committed
change link from anchor tag to a LV link
1 parent b965171 commit d0741d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algora_web/components/not_found_component.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ defmodule AlgoraWeb.Component.NotFoundComponent do
219219
<p class="description">
220220
Sorry, the page you're looking for doesn't exist or has been moved.
221221
</p>
222-
<a href="/" class="home-button">
222+
<.link navigate="/" class="home-button">
223223
<svg
224224
xmlns="http://www.w3.org/2000/svg"
225225
width="16"
@@ -234,7 +234,7 @@ defmodule AlgoraWeb.Component.NotFoundComponent do
234234
<path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 12l14 0" /><path d="M5 12l6 6" /><path d="M5 12l6 -6" />
235235
</svg>
236236
Go back home
237-
</a>
237+
</.link>
238238
</div>
239239
</body>
240240
</html>

0 commit comments

Comments
 (0)