Update repo-card.js

This commit is contained in:
Zohan Subhash
2023-01-17 16:09:08 +05:30
committed by GitHub
parent 55a3cecd49
commit 97cef21e4e
+1 -1
View File
@@ -127,7 +127,7 @@ const renderRepoCard = (repo, options = {}) => {
const highlight = repo.highlight
? // @ts-ignore
getBadgeSVG(repo.highlight)
getBadgeSVG(repo.highlight, colors.textColor)
: isTemplate
? // @ts-ignore
getBadgeSVG(i18n.t("repocard.template"), colors.textColor)