From 7f64752f83ee686a301ee8f69a6f514eb2f285a3 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 6 Aug 2022 14:34:50 -0500 Subject: [PATCH] high score nav name --- squarenotsquare/src/redux/actions/SystemActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squarenotsquare/src/redux/actions/SystemActions.js b/squarenotsquare/src/redux/actions/SystemActions.js index 4cc5387..0ce28d6 100644 --- a/squarenotsquare/src/redux/actions/SystemActions.js +++ b/squarenotsquare/src/redux/actions/SystemActions.js @@ -21,7 +21,7 @@ export function goHome() { export function goToScores() { return (dispatch) => { - squareNav('HighScores'); + squareNav('HighScore'); dispatch({ type: NAV_SCORES })