From 641afe776026d5e355baa4a21245674990d057ea Mon Sep 17 00:00:00 2001 From: Atulbedwal <76045376+Atulbedwal@users.noreply.github.com> Date: Tue, 23 May 2023 15:29:39 +0530 Subject: [PATCH] Update View.js Added a Space after Create Spreadsheet. --- src/View.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.js b/src/View.js index ad55372..0f15fff 100644 --- a/src/View.js +++ b/src/View.js @@ -541,7 +541,7 @@ class View { //renders the entire HTML view drawHTMLView() { - this.element.innerHTML = '

Simple Data Grapher

A JavaScript library that turns uploaded CSV files into customizable graphs within a few simple steps. Can be embedded on other websites!

Open Source by Public Lab

' + this.element.innerHTML = '

Simple Data Grapher

A JavaScript library that turns uploaded CSV files into customizable graphs within a few simple steps. Can be embedded on other websites!

Open Source by Public Lab

' } }