downloaded indicators for installed themes

This commit is contained in:
booploops 2022-02-22 19:17:34 -08:00
parent 76f397d272
commit 2fa75f28c2
6 changed files with 561 additions and 1 deletions

View file

@ -21,7 +21,7 @@
<div class="row">
<div class="col flex-center">
<div>
<h4 class="repo-name">{{ repo.description }}</h4>
<h4 class="repo-name">{{ (repo.description != null) ? repo.description : repo.full_name }}</h4>
<div>⭐ {{ repo.stargazers_count }}</div>
</div>
</div>