Update repo-card.js

This commit is contained in:
Zohan Subhash
2023-01-17 16:05:24 +05:30
committed by GitHub
parent 04ed2bdd3f
commit e245941e5a
+2
View File
@@ -134,6 +134,8 @@ const renderRepoCard = (repo, options = {}) => {
? // @ts-ignore
getBadgeSVG(i18n.t("repocard.archived"), colors.textColor)
: ""
} else {
highlight = getBadgeSVG(highlight);
}
const lineHeight = 10;