mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: add space (#35264)
This commit is contained in:
committed by
Randell Dawson
parent
2f27b6e687
commit
3b12bbb716
@@ -178,7 +178,7 @@ export class BackEnd extends Component {
|
||||
instructions={instructions}
|
||||
/>
|
||||
<Form
|
||||
buttonText={buttonCopy + '(Ctrl + Enter)'}
|
||||
buttonText={`${buttonCopy} (Ctrl + Enter)`}
|
||||
formFields={formFields}
|
||||
id={backendNS}
|
||||
options={options}
|
||||
|
||||
Reference in New Issue
Block a user