Skip to content

Commit 17a9318

Browse files
committed
- remove via parameter as we are not associated with that account
1 parent 9163ff0 commit 17a9318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/daily_quote_generator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h2 class="font-semibold text-lg">How to Use Daily Quote Generator</h2>
226226

227227
function shareOnTwitter() {
228228
const quote = document.getElementById('result').innerText;
229-
const twitterUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(quote)}&url=${encodeURIComponent(url)}&via=GPTGames&hashtags=DailyQuote`;
229+
const twitterUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(quote)}&url=${encodeURIComponent(url)}&hashtags=DailyQuote`;
230230
window.open(twitterUrl, '_blank');
231231
}
232232

0 commit comments

Comments
 (0)