Skip to content

Commit

Permalink
Update GitHubTrending.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
alhazmy13 committed May 29, 2024
1 parent eb62c7c commit ef851d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Widgets/GitHubTrending.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ef851d0

Please sign in to comment.