FIX: switch off twitter button via env var not possible (#388)

This commit is contained in:
schlagmichdoch 2025-02-23 19:13:44 +01:00
parent c7b7badb3d
commit b0b091c4f7

View file

@ -2404,7 +2404,7 @@ class Base64Dialog extends Dialog {
class AboutUI {
constructor() {
this.$donationBtn = $('donation-btn');
this.$twitterBtn = $('twitter-btn');
this.$twitterBtn = $('x-twitter-btn');
this.$mastodonBtn = $('mastodon-btn');
this.$blueskyBtn = $('bluesky-btn');
this.$customBtn = $('custom-btn');