mirror of https://github.com/Lissy93/dashy.git
Update GitHubTrending.vue
This commit is contained in:
parent
eb62c7c53c
commit
ef851d005f
|
@ -77,7 +77,7 @@ export default {
|
|||
slug: repo.repo,
|
||||
desc: repo.desc,
|
||||
lang: repo.lang,
|
||||
link: "https://github.com" + repo.repo,
|
||||
link: `https://github.com/${repo.repo}`,
|
||||
stars: repo.stars,
|
||||
forks: repo.forks,
|
||||
newStars: repo.change,
|
||||
|
|
Loading…
Reference in New Issue