Skip to content

Commit

Permalink
Add a link back to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mittalyashu committed Mar 24, 2019
1 parent c5685c0 commit 9e1add1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/renderer/components/pageNotFound.vue
@@ -1,5 +1,8 @@
<template>
<h1>Page Not Found</h1>
<div>
<h1>Page Not Found</h1>
<router-link to="/">Move back to homepage</router-link>
</div>
</template>

<script>
Expand Down

0 comments on commit 9e1add1

Please sign in to comment.