diff --git a/libs/remix-ui/git/src/components/branchHeader.tsx b/libs/remix-ui/git/src/components/branchHeader.tsx index 79b3e3d4db..9c628d3677 100644 --- a/libs/remix-ui/git/src/components/branchHeader.tsx +++ b/libs/remix-ui/git/src/components/branchHeader.tsx @@ -64,9 +64,9 @@ export const BranchHeader = () => {
- Repository Name: - - + Repository Name: + + {getName() ?? ''} @@ -81,23 +81,25 @@ export const BranchHeader = () => {
{context.storage.enabled ? -
- - Storage : +
+ + Storage : {context.storage.used} MB used - ({context.storage.percentUsed} %) + ({context.storage.percentUsed} %)
: null}
- Messages : - - {latestCommit ? - latestCommit.commit && latestCommit.commit.message ? latestCommit.commit.message : '' : null} - {isDetached ? - <>You are in a detached state : null} + Messages : + + + {latestCommit ? + latestCommit.commit && latestCommit.commit.message ? latestCommit.commit.message : '' : null} + {isDetached ? + <>You are in a detached state: null} +