We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238d98c commit 1ca05d5Copy full SHA for 1ca05d5
1 file changed
packages/create-react-admin/src/app.tsx
@@ -116,7 +116,7 @@ export default function App({ name = 'my-admin' }: Props) {
116
}
117
return (
118
<>
119
- <Box marginBottom={1}>
+ <Box marginBottom={1} marginTop={1}>
120
<Text>
121
Your application <Text bold>{state.name}</Text> was
122
successfully generated.
@@ -141,8 +141,7 @@ export default function App({ name = 'my-admin' }: Props) {
141
</Text>
142
<Newline />
143
144
- Run the <Text bold>dev</Text> command to start the
145
- app.
+ Run the <Text bold>dev</Text> command to start the app.
146
147
</Box>
148
)}
0 commit comments