Merge pull request #389 from schlagmichdoch/button-configs

Fix buttons on about page
This commit is contained in:
schlagmichdoch 2025-02-24 20:33:44 +01:00 committed by GitHub
commit 89734e6954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

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');