Skip to content

Commit

Permalink
Disable showing download
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Oct 7, 2024
1 parent 2d6e1cc commit 721e1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/registry/RegistryCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const RegistryCard: React.FC<RegistryCard> = ({
{publisherName}
</p>
<div className="flex items-center flex-start align-center gap-1 mt-2">
{downloads != 0 && (
{/* {downloads != 0 && (
<p className="flex justify-center text-center align-center">
<svg
className="w-4 h-4 text-white"
Expand All @@ -74,7 +74,7 @@ const RegistryCard: React.FC<RegistryCard> = ({
{downloads}
</p>
</p>
)}
)} */}

{rating != 0 && (
<div className="flex justify-center text-center align-center">
Expand Down

0 comments on commit 721e1b0

Please sign in to comment.