Adding a horizontal rule below the joined date. (#74)

This commit is contained in:
David Joy
2019-03-11 15:52:03 -04:00
committed by GitHub
parent c74d0816ee
commit 2ee1887b6a

View File

@@ -109,6 +109,7 @@ export class ProfilePage extends React.Component {
<React.Fragment>
<h1 className="h2 mb-0">{username}</h1>
<DateJoined date={dateJoined} />
<hr className="d-none d-md-block" />
</React.Fragment>
);