chore: fix 404 link

This commit is contained in:
Snazzah 2022-04-29 01:02:13 -05:00
parent 99cf179173
commit 37e85db2b0
No known key found for this signature in database
GPG key ID: 5E71D54F3D86282E

View file

@ -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>
@ -98,4 +93,4 @@ addCollection(faSolidIcons);
export default { export default {
components: { IconifyIcon: Icon } components: { IconifyIcon: Icon }
} }
</script> </script>