mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: show dots when loading meta data
This commit is contained in:
parent
ff876a261f
commit
0515d3cb2d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export function MetaBar({ metaData: { userName, repoName, branchName, repoUrl, u
|
|||
<GitBranchIcon size="small" />
|
||||
</div>
|
||||
<BranchName as="span" backgroundColor="blue.0">
|
||||
{branchName}
|
||||
{branchName || '...'}
|
||||
</BranchName>
|
||||
</Flex>
|
||||
</Flex>
|
||||
|
|
|
|||
Loading…
Reference in a new issue