+
@@ -186,9 +186,9 @@ export const GitUI = (props: IGitUi) => {
- <>
+
- >
+
diff --git a/libs/remix-ui/git/src/components/navigation/sourcecontrolgroup.tsx b/libs/remix-ui/git/src/components/navigation/sourcecontrolgroup.tsx
index cb392522c3..e80b43defd 100644
--- a/libs/remix-ui/git/src/components/navigation/sourcecontrolgroup.tsx
+++ b/libs/remix-ui/git/src/components/navigation/sourcecontrolgroup.tsx
@@ -39,7 +39,7 @@ export const SourceControlGroupNavigation = (props: SourceControlGroupNavigation
{group.name === 'Changes' ?
}>
-
+
: null}
: null
diff --git a/libs/remix-ui/git/src/components/panels/commands.tsx b/libs/remix-ui/git/src/components/panels/commands.tsx
index 45f6f05aeb..162603eb26 100644
--- a/libs/remix-ui/git/src/components/panels/commands.tsx
+++ b/libs/remix-ui/git/src/components/panels/commands.tsx
@@ -6,7 +6,7 @@ import { Merge } from "./commands/merge";
export const Commands = () => {
return (
-