refactor(gitops): migrate git form to react [EE-4849] (#8268)

This commit is contained in:
Chaim Lev-Ari
2023-02-23 01:43:33 +05:30
committed by GitHub
parent afe6cd6df0
commit 273a3f9a10
130 changed files with 3194 additions and 1190 deletions
@@ -58,7 +58,9 @@ export function ScriptTabs({
children: (
<>
<Code>{cmd}</Code>
<CopyButton copyText={cmd}>Copy</CopyButton>
<div className="mt-2">
<CopyButton copyText={cmd}>Copy</CopyButton>
</div>
</>
),
};