Skip to content

Commit 9e1add1

Browse files
committed
Add a link back to homepage
1 parent c5685c0 commit 9e1add1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/renderer/components/pageNotFound.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<template>
2-
<h1>Page Not Found</h1>
2+
<div>
3+
<h1>Page Not Found</h1>
4+
<router-link to="/">Move back to homepage</router-link>
5+
</div>
36
</template>
47

58
<script>

0 commit comments

Comments
 (0)