From d6d212133dbbf8824c0ea9c1e7dc02a71d18874a Mon Sep 17 00:00:00 2001 From: Loreina Chew Date: Tue, 31 Dec 2019 19:40:35 -0500 Subject: [PATCH 1/2] Add space --- src/features/Account/ManageAccountContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} From 314ee510a5bb28be74ccd25272c3285aeff71578 Mon Sep 17 00:00:00 2001 From: Loreina Chew Date: Tue, 31 Dec 2019 19:41:58 -0500 Subject: [PATCH 2/2] update changelog --- docs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 34c6b9867..6a0211898 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Switch status page text to use constants +### Fixed + +- Fix missing space in Create/Edit Account site title + ## [2.0.3](https://github.com/hackmcgill/dashboard/tree/2.0.3) - 2019-12-28 ### Fixed