Update GitHubTrending.vue
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
|||||||
slug: repo.repo,
|
slug: repo.repo,
|
||||||
desc: repo.desc,
|
desc: repo.desc,
|
||||||
lang: repo.lang,
|
lang: repo.lang,
|
||||||
link: "https://github.com" + repo.repo_link,
|
link: "https://github.com" + repo.repo,
|
||||||
stars: repo.stars,
|
stars: repo.stars,
|
||||||
forks: repo.forks,
|
forks: repo.forks,
|
||||||
avatar: repo.build_by[0] || 'https://github.com/fluidicon.png',
|
avatar: repo.build_by[0] || 'https://github.com/fluidicon.png',
|
||||||
|
|||||||
Reference in New Issue
Block a user