mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 00:36:17 -04:00
Merge pull request #389 from schlagmichdoch/button-configs
Fix buttons on about page
This commit is contained in:
commit
89734e6954
2 changed files with 4 additions and 4 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue