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"