Skip to content

Commit 7491999

Browse files
Changed styling of part 2
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent c65e2e1 commit 7491999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/generateFormComponents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function createFormHeading(title, description) {
256256

257257
function createAutoGenerationBox() {
258258
const container = document.getElementById("auto-generation-header")
259-
container.innerHTML = `<div class="step-header"><div class="step-number">2</div><h3>Auto Generate Fields</h3></div> \n <h4> Please enter your repositories GitHub URL in order to automatically pre-fill some of the fields in this form! </h4> \n <h6> <i>This currently only works on <b>public</b> repositories</i> </h6>`
259+
container.innerHTML = `<div class="step-header"><div class="step-number">2</div><h2>Auto Generate Fields</h2></div><h4 id="quiz-subheading"> Enter your repository's GitHub URL in order to automatically pre-fill some of the fields in this form </h4> \n <p> <i>This currently only works on <b>public</b> repositories</i> </p>`
260260
}
261261

262262
// Iterates through each json field and creates component array for Form.io

0 commit comments

Comments
 (0)