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 9abbe30 commit 418cedeCopy full SHA for 418cede
src/homepageExperience/components/steps/arduino/InitializeClient.tsx
@@ -219,7 +219,7 @@ export const InitializeClient: FC<OwnProps> = ({
219
onCopy={logCopyCodeSnippet}
220
language="arduino"
221
/>
222
- <p style={{fontSize: '14px', marginTop: '8px', marginBottom: '48px'}}>
+ <p style={{marginBottom: '48px'}}>
223
Note: you will need to set the{' '}
224
<code className="homepage-wizard--code-highlight">WIFI_SSID</code> and{' '}
225
<code className="homepage-wizard--code-highlight">WIFI_PASSWORD</code>{' '}
0 commit comments