From 11a67a5d46e45b6cc368b1157aef256444d5be53 Mon Sep 17 00:00:00 2001 From: atom-box Date: Mon, 6 Sep 2021 08:21:24 -0500 Subject: [PATCH] Add a line for Quilt.js --- helpers/quiltMain.js | 2 +- index.html | 7 ++++--- quilt.html | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) 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.