mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-03 22:43:13 +01:00
Update GitHubTrending.vue
This commit is contained in:
parent
eb62c7c53c
commit
ef851d005f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue