Skip to content

Commit db50117

Browse files
committed
star icon
1 parent bf2b004 commit db50117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitfetch/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def add_line(label: str, value: str) -> None:
279279
# Add stars amount under website
280280
total_stars = stats.get('total_stars')
281281
if total_stars is not None:
282-
add_line('Stars', str(total_stars))
282+
add_line('Stars', f"{total_stars} ⭐")
283283

284284
return lines
285285

0 commit comments

Comments
 (0)