Skip to content

Commit 5eafb71

Browse files
authored
hide custom components preview link and download count (#1238)
1 parent 21aac7f commit 5eafb71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/pages/docs/custom_components.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,13 +347,13 @@ def add_item(category: dict) -> rx.Component:
347347
rx.box(
348348
rx.box(
349349
component_name(name),
350-
download_count(category["downloads_last_month"]),
350+
# download_count(category["downloads_last_month"]),
351351
class_name="flex flex-row justify-between items-center w-full gap-3 p-[10px_12px_0px_12px]",
352352
),
353353
rx.box(
354354
install_command("pip install " + category["package_name"]),
355355
download(category["download_url"]),
356-
demo(category),
356+
# demo(category),
357357
title="pip install " + category["package_name"],
358358
class_name="flex flex-row justify-between items-center w-full gap-1.5 p-[0px_6px_6px_6px]",
359359
),

0 commit comments

Comments
 (0)