diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 99448458d..5a0ca738a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Login button flashing when navigating to new tab - Confirm email component flashing when navigating to home page +- Fix missing space in Create/Edit Account site title ## [2.0.3](https://github.com/hackmcgill/dashboard/tree/2.0.3) - 2019-12-28 diff --git a/src/features/Account/ManageAccountContainer.tsx b/src/features/Account/ManageAccountContainer.tsx index 02140146b..b2e098447 100644 --- a/src/features/Account/ManageAccountContainer.tsx +++ b/src/features/Account/ManageAccountContainer.tsx @@ -187,7 +187,7 @@ class ManageAccountContainer extends React.Component< - {mode === ManageAccountModes.CREATE ? 'Create ' : 'Edit '} Account | + {mode === ManageAccountModes.CREATE ? 'Create ' : 'Edit '} Account |{' '} {CONSTANTS.HACKATHON_NAME}