Remove one more place we were looking for a Twitter logo

(re: #7750)
This commit is contained in:
Bryan Housel 2023-04-27 10:22:47 -04:00
parent 738610b37b
commit cdc38b8021

View file

@ -300,8 +300,6 @@ function buildIDPresets() {
logoURL = logoURLs.wikidata;
} else if (logoURLs.facebook) {
logoURL = logoURLs.facebook;
} else if (logoURLs.twitter) {
logoURL = logoURLs.twitter;
} else {
logoURL = logoURLs.wikidata;
}