mirror of
https://gitlab.com/2-chainz/2-chainz-rest-site.git
synced 2025-07-27 08:31:23 +00:00
made twitter post prettier
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user