Skip to content

Commit 1ca05d5

Browse files
committed
add margin
1 parent 238d98c commit 1ca05d5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • packages/create-react-admin/src

packages/create-react-admin/src/app.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default function App({ name = 'my-admin' }: Props) {
116116
}
117117
return (
118118
<>
119-
<Box marginBottom={1}>
119+
<Box marginBottom={1} marginTop={1}>
120120
<Text>
121121
Your application <Text bold>{state.name}</Text> was
122122
successfully generated.
@@ -141,8 +141,7 @@ export default function App({ name = 'my-admin' }: Props) {
141141
</Text>
142142
<Newline />
143143
<Text>
144-
Run the <Text bold>dev</Text> command to start the
145-
app.
144+
Run the <Text bold>dev</Text> command to start the app.
146145
</Text>
147146
</Box>
148147
)}

0 commit comments

Comments
 (0)