running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

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:
Msrc/views/NotFoundPage.vue | 2+-
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>