chore: fix 404 link
This commit is contained in:
parent
99cf179173
commit
37e85db2b0
1 changed files with 2 additions and 7 deletions
|
@ -5,12 +5,7 @@
|
||||||
<h1>Oh no!</h1>
|
<h1>Oh no!</h1>
|
||||||
<p class="description">The page you have requested could not be found.</p>
|
<p class="description">The page you have requested could not be found.</p>
|
||||||
<div class="action-buttons">
|
<div class="action-buttons">
|
||||||
<RouterLink
|
<RouterLink class="action-button" :to="'/'">
|
||||||
class="action-button"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener"
|
|
||||||
:to="'/'"
|
|
||||||
>
|
|
||||||
<IconifyIcon icon="fa-solid:arrow-circle-left" />
|
<IconifyIcon icon="fa-solid:arrow-circle-left" />
|
||||||
<span>Go Back Home</span>
|
<span>Go Back Home</span>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
|
|
Loading…
Add table
Reference in a new issue