From 00c0200b6bca54ebbc55cef01244bb1ba078383d Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 14 Mar 2020 00:38:00 -0700 Subject: [PATCH] made twitter post prettier --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 8fa2c62..6236b18 100644 --- a/js/index.js +++ b/js/index.js @@ -7,7 +7,7 @@ function getQuote() { document.getElementById("quote").innerHTML = data.quote; const tweet = encodeURIComponent( - `"${data.quote}"-@2chainz via https://2.chainz.rest` + `"${data.quote}" -@2chainz via https://2.chainz.rest` ); document.getElementById( "tweet"