diff --git a/scripts/index.js b/scripts/index.js index 7948c1a..38bac6b 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -61,7 +61,7 @@ function renderRepoDescription(repoLink) { const cloneUrl = document.createElement("div"); cloneUrl.style.marginTop = "15px"; - cloneUrl.innerHTML = `git clone \nhttps://git.barrettruth.com/git/${repoName}.git`; + cloneUrl.innerHTML = `git clone https://git.barrettruth.com/git/${repoName}.git`; post.appendChild(cloneUrl); const viewNote = document.createElement("div");