Skip to content

Commit

Permalink
Update explore component template to shorten label for seeders
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Dec 13, 2024
1 parent 6991f8b commit 77cb35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/explore/explore.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h2 class="text-xl font-semibold">Explore Projects</h2>
<span class="font-semibold">{{ project.stages?.length || 0 }}</span>
</div>
<div class="flex flex-col">
<span class="text-sm text-gray-500">Seeders Required</span>
<span class="text-sm text-gray-500">Seeders</span>
<span class="font-semibold">{{ project.projectSeeders?.secretHashes?.length || 0 }}</span>
</div>
</div>
Expand Down

0 comments on commit 77cb35d

Please sign in to comment.