Skip to content

Commit

Permalink
Update Topcord's logoURL to a working one (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misly16 authored Sep 21, 2021
1 parent 0d37c81 commit 542f310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interface/Lists/TopCord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class TopCord extends Service {

/** The logo URL. */
static get logoURL() {
return 'https://avatars0.githubusercontent.com/u/69593894?v=4'
return 'https://topcord.xyz/icons/TopCord.png'
}

/** Service's name. */
Expand Down

0 comments on commit 542f310

Please sign in to comment.