Rename sections of UI to include "Your"

This commit is contained in:
2021-12-22 05:59:34 +00:00
parent 9d15ea7334
commit 2fd42f7b6c
5 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -113,13 +113,13 @@ export function Training(props) {
return (
<Container>
<Header size='large'>Certifications</Header>
<Header size='large'>Your Certifications</Header>
<CertList member={user.member} />
<p>Certifications are based on the courses you've taken. If there's any errors, please email <a href='mailto:directors@protospace.ca'>directors@protospace.ca</a>.</p>
<Header size='large'>Training</Header>
<Header size='large'>Your Training</Header>
{user.training.length ?
<TrainingList training={user.training} />