Skip to content

Commit

Permalink
Hide download info
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Oct 7, 2024
1 parent 3bdaf9d commit f123c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/nodes/NodeDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const NodeDetails = () => {
</span>
</p>
)} */}
{data.downloads != 0 && (
{/* {data.downloads != 0 && (
<p className="flex items-center py-2 mt-1 text-xs text-gray-400">
<svg
className="w-6 h-6"
Expand All @@ -213,7 +213,7 @@ const NodeDetails = () => {
downloads
</span>
</p>
)}
)} */}
</div>
<div className="mt-5 mb-10">
<CopyableCodeBlock
Expand Down

0 comments on commit f123c79

Please sign in to comment.