Update top-langs.js

This commit is contained in:
Zohan Subhash
2023-01-17 16:33:50 +05:30
committed by GitHub
parent 97cef21e4e
commit 6243c702c3
+1 -1
View File
@@ -37,7 +37,7 @@ export default async (req, res) => {
topLangs.push({
name,
size,
color: `#${color}`,
color: color ? `#${color}` : undefined,
text,
});
});