commit b9a08622bc516ad61352d49b3606603d54937e40
parent cb026ef312a00800a492808f56df60a0460d11f7
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date: Sat, 19 Jul 2025 18:53:38 -0700
Update wording on Vue NotFoundPage view
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/NotFoundPage.vue b/src/views/NotFoundPage.vue
@@ -1,6 +1,6 @@
<template>
<div class="not-found-page">
- <h1>404 Not Found</h1>
+ <h1>Page Not Found</h1>
<p><router-link to="/home">Return home</router-link></p>
</div>
</template>