forked from mirrored/github-readme-stats
Update repo-card.js
This commit is contained in:
@@ -134,6 +134,8 @@ const renderRepoCard = (repo, options = {}) => {
|
||||
? // @ts-ignore
|
||||
getBadgeSVG(i18n.t("repocard.archived"), colors.textColor)
|
||||
: ""
|
||||
} else {
|
||||
highlight = getBadgeSVG(highlight);
|
||||
}
|
||||
|
||||
const lineHeight = 10;
|
||||
|
||||
Reference in New Issue
Block a user