From 1db3be86c7f35ae4ae5b607c27f5c8d908a08f8f Mon Sep 17 00:00:00 2001 From: tycrek Date: Mon, 1 Jun 2020 09:25:25 -0600 Subject: [PATCH] Less intense back to top buttons --- _build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build.js b/_build.js index ca16afd..20e20e7 100644 --- a/_build.js +++ b/_build.js @@ -100,7 +100,7 @@ function generateCategorySection(header, data) { */ function generateServiceSection(data) { // Start the section with an

header and the start of a Markdown table - let serviceSection = `#### ${data[0].title + ' ' + BACK_TO_TOP + os.EOL + os.EOL}| Name | Eyes | Description |${os.EOL}| ---- | ---- | ----------- |${os.EOL}`; + let serviceSection = `#### ${data[0].title + os.EOL + os.EOL}| Name | Eyes | Description |${os.EOL}| ---- | ---- | ----------- |${os.EOL}`; let notes = os.EOL + ''; // Iterate over each alternative service and add it to the table data.forEach(item => {