Skip to content

Commit

Permalink
Hide download count
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Oct 7, 2024
1 parent 721e1b0 commit 3bdaf9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/nodes/NodesCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const NodesCard: React.FC<NodesCard> = ({
</div>

<div className="flex mt-2">
{downloads != 0 && (
{/* {downloads != 0 && (
<div className="flex justify-center text-center align-center">
<svg
className="w-4 h-4 text-gray-300"
Expand All @@ -65,7 +65,7 @@ const NodesCard: React.FC<NodesCard> = ({
{downloads}
</p>
</div>
)}
)} */}
{rating != 0 && (
<div className="flex justify-center ml-2 text-center align-center">
<svg
Expand Down

0 comments on commit 3bdaf9d

Please sign in to comment.