fix: make the username bold (#129)

This commit is contained in:
Adam Butterworth
2019-04-04 10:41:31 -04:00
committed by GitHub
parent f9481dca11
commit e340fb2a84
2 changed files with 7 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ export class ProfilePage extends React.Component {
return (
<React.Fragment>
<h1 className="h2 mb-0">{username}</h1>
<h1 className="h2 mb-0 font-weight-bold">{username}</h1>
<DateJoined date={dateJoined} />
<hr className="d-none d-md-block" />
</React.Fragment>

View File

@@ -83,7 +83,7 @@ exports[`<ProfilePage /> Renders correctly in various states viewing other profi
className="d-md-none"
>
<h1
className="h2 mb-0"
className="h2 mb-0 font-weight-bold"
>
verified
</h1>
@@ -116,7 +116,7 @@ exports[`<ProfilePage /> Renders correctly in various states viewing other profi
className="d-none d-md-block mb-4"
>
<h1
className="h2 mb-0"
className="h2 mb-0 font-weight-bold"
>
verified
</h1>
@@ -334,7 +334,7 @@ exports[`<ProfilePage /> Renders correctly in various states viewing own profile
className="d-md-none"
>
<h1
className="h2 mb-0"
className="h2 mb-0 font-weight-bold"
>
staff
</h1>
@@ -378,7 +378,7 @@ exports[`<ProfilePage /> Renders correctly in various states viewing own profile
className="d-none d-md-block mb-4"
>
<h1
className="h2 mb-0"
className="h2 mb-0 font-weight-bold"
>
staff
</h1>
@@ -1349,7 +1349,7 @@ exports[`<ProfilePage /> Renders correctly in various states while saving an edi
className="d-md-none"
>
<h1
className="h2 mb-0"
className="h2 mb-0 font-weight-bold"
>
staff
</h1>
@@ -1393,7 +1393,7 @@ exports[`<ProfilePage /> Renders correctly in various states while saving an edi
className="d-none d-md-block mb-4"
>
<h1
className="h2 mb-0"
className="h2 mb-0 font-weight-bold"
>
staff
</h1>