Skip to content

Commit df83892

Browse files
fix: layout
1 parent 8542e5c commit df83892

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/import/CloneRepo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ const CloneRepo: FC<Props> = ({ projectName, onCompletion }) => {
2727
>
2828
<Script>
2929
{canShowStep(currentStep, 1) && (
30-
<>
30+
<Box columnGap={1}>
3131
<Text color={'whiteBright'}>Cloning dAppBooster in </Text>
3232
<Text italic>{projectName}</Text>
33-
</>
33+
</Box>
3434
)}
3535
<Spawn
3636
shell

0 commit comments

Comments
 (0)