From a6bac763198f45fdd965c4e00de1bba5a380c2c9 Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Mon, 2 May 2022 21:32:59 -0700 Subject: [PATCH] Update auth page title --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index 3307acf6..d13d9f22 100644 --- a/src/routes.js +++ b/src/routes.js @@ -215,7 +215,7 @@ const routes = [ path: '/auth', component: AuthPage, meta: { - title: 'Auth', + title: 'Welcome to Gamebrary', public: true, }, children: [