Update top-langs.js

This commit is contained in:
Zohan Subhash
2023-01-16 16:37:25 +05:30
committed by GitHub
parent 27029cd565
commit 5675ce77b1
+1 -1
View File
@@ -37,7 +37,7 @@ export default async (req, res) => {
topLangs.push({
name,
size,
color,
color: `#${color}`,
text,
});
});