Skip to content

Commit 1a8dbdb

Browse files
Update forks count to 1,400+
- Update hardcoded forks value from 1,200+ to 1,400+ in open_source.py Co-Authored-By: Alek <[email protected]>
1 parent 8445255 commit 1a8dbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/framework/views/open_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def stat(icon: str, stat: str, text: str) -> rx.Component:
2121
def stats() -> rx.Component:
2222
return rx.box(
2323
stat("star", f"{GITHUB_STARS:,}+", "stars"),
24-
stat("fork", "1,200+", "forks"),
24+
stat("fork", "1,400+", "forks"),
2525
stat("contributors", "180+", "contributors"),
2626
class_name="justify-center gap-10 grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3",
2727
)

0 commit comments

Comments
 (0)