feat: add Maia chess game UI
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 2m11s
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 2m11s
This commit is contained in:
@@ -29,6 +29,7 @@ const getAppTitle = (pathname: string) => {
|
||||
if (pathname.startsWith('/archive')) return 'Archive';
|
||||
if (pathname.startsWith('/category')) return getCategoryTitle(pathname);
|
||||
if (pathname.startsWith('/posts')) return 'Reader';
|
||||
if (pathname.startsWith('/chess')) return 'Maia Chess';
|
||||
if (pathname.startsWith('/play/chess')) return 'Chess';
|
||||
if (pathname.startsWith('/login')) return 'Login';
|
||||
if (pathname.startsWith('/signup')) return 'Signup';
|
||||
|
||||
Reference in New Issue
Block a user