Skip to content

Commit fff191f

Browse files
committed
refactor(UserCard): change the commits count text to contributions
1 parent 645ccf1 commit fff191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/UserCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<p class="blue">{{ score }}</p>
4949
</div>
5050
<div class="flex flex-col">
51-
<p class="counters">Commits</p>
51+
<p class="counters">Contributions</p>
5252
<p class="blue-green">{{ contributions }}</p>
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)