diff --git a/helpers/quiltMain.js b/helpers/quiltMain.js index 7d1d8aa..d875703 100644 --- a/helpers/quiltMain.js +++ b/helpers/quiltMain.js @@ -16,7 +16,7 @@ articles.forEach(element => { singleDiv = `

${element.title}

-

Challenge:
${element.question}

+

Challenge:

${element.question}

`; singleDiv += `

Solution:

`; singleDiv += `
`; diff --git a/index.html b/index.html index 101851d..b3aaeab 100755 --- a/index.html +++ b/index.html @@ -47,9 +47,10 @@

Coding Bat

These are short projects to try out a specific concept.
like from #LeetCode or #100DaysOfCode.