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>
|
||||
<p class="description">The page you have requested could not be found.</p>
|
||||
<div class="action-buttons">
|
||||
<RouterLink
|
||||
class="action-button"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
:to="'/'"
|
||||
>
|
||||
<RouterLink class="action-button" :to="'/'">
|
||||
<IconifyIcon icon="fa-solid:arrow-circle-left" />
|
||||
<span>Go Back Home</span>
|
||||
</RouterLink>
|
||||
|
|
Loading…
Add table
Reference in a new issue