feat: add link on repository cards to repos
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
af8ae8aea2
commit
a025f39d5a
@ -19,6 +19,9 @@
|
||||
<div class="flex-col flex-start gap-1rem stats">
|
||||
<p>Stars: {{ repository.stargazers_count }}</p>
|
||||
<p>Forks: {{ repository.forks_count }}</p>
|
||||
<p>
|
||||
<a :href="repository.html_url">source</a>
|
||||
</p>
|
||||
</div>
|
||||
</ApiLoader>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user