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 })