feat: added ability to set custom cache

This commit is contained in:
anuraghazra
2020-07-20 21:43:51 +05:30
parent dd2c7ed278
commit fdf445d734
5 changed files with 134 additions and 34 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ const renderRepoCard = (repo, options = {}) => {
`;
const svgForks =
totalForks > 0 &&
forkCount > 0 &&
`
<svg class="icon" y="-12" viewBox="0 0 16 16" version="1.1" width="16" height="16">
${icons.fork}