feat: single-player-mode-polish (#435)

This commit is contained in:
David Nguyen
2023-10-12 18:10:52 +11:00
committed by GitHub
parent eb5f5f7a90
commit c803d2c4ba
10 changed files with 27 additions and 31 deletions

View File

@@ -17,8 +17,8 @@ export type MobileNavigationProps = {
export const MENU_NAVIGATION_LINKS = [
{
href: '/single-player-mode',
text: 'Single Player Mode',
href: '/singleplayer',
text: 'Singleplayer',
},
{
href: '/blog',