1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest-site.git synced 2025-06-15 14:46:48 +00:00

made twitter post prettier

This commit is contained in:
Anson Biggs 2020-03-14 00:38:00 -07:00
parent a6c12347ae
commit 00c0200b6b

View File

@ -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"