From a025f39d5ac31f74ab367e8a1174c68646eecd6f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 8 May 2023 13:16:58 +0200 Subject: [PATCH] feat: add link on repository cards to repos --- content/.vuepress/components/GitHub/GithubRepository.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/.vuepress/components/GitHub/GithubRepository.vue b/content/.vuepress/components/GitHub/GithubRepository.vue index e54335f..b9593e3 100644 --- a/content/.vuepress/components/GitHub/GithubRepository.vue +++ b/content/.vuepress/components/GitHub/GithubRepository.vue @@ -19,6 +19,9 @@

Stars: {{ repository.stargazers_count }}

Forks: {{ repository.forks_count }}

+

+ source +