feat: show branch name at beta bar

This commit is contained in:
EnixCoda 2018-09-21 23:43:17 +08:00
parent 0b3cc7f61a
commit b8037e2755

View file

@ -12,6 +12,8 @@ export default function MetaBar({ metaData }) {
<a className={'repo-name pjax-link'} href={repoUrl}>
{metaData.repoName}
</a>
&nbsp;/&nbsp;
{metaData.branchName}
</div>
)
}