mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat: show branch name at beta bar
This commit is contained in:
parent
0b3cc7f61a
commit
b8037e2755
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ export default function MetaBar({ metaData }) {
|
|||
<a className={'repo-name pjax-link'} href={repoUrl}>
|
||||
{metaData.repoName}
|
||||
</a>
|
||||
/
|
||||
{metaData.branchName}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue