Skip to content

Commit

Permalink
Remove namedLogo from ModrinthFollowers badge
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Aug 13, 2023
1 parent 45975a2 commit 2bfbfb4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions services/modrinth/modrinth-followers.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ export default class ModrinthFollowers extends BaseModrinthService {
},
]

static defaultBadgeData = {
label: 'followers',
namedLogo: 'modrinth',
}
static defaultBadgeData = { label: 'followers' }

static render({ followers }) {
return {
Expand Down

0 comments on commit 2bfbfb4

Please sign in to comment.