Skip to content

Commit

Permalink
Hide download count.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Oct 12, 2024
1 parent f123c79 commit 5af5251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Search/SearchHit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Hit: React.FC<HitProps> = ({ hit }) => {
{hit.publisher_id}
</p>

<div className="flex items-center flex-start align-center gap-1 mt-2">
{/* <div className="flex items-center flex-start align-center gap-1 mt-2">
{hit.total_install != 0 && (
<p className="flex justify-center text-center align-center">
<svg
Expand All @@ -68,7 +68,7 @@ const Hit: React.FC<HitProps> = ({ hit }) => {
</p>
</p>
)}
</div>
</div> */}
</div>
</div>
)
Expand Down

0 comments on commit 5af5251

Please sign in to comment.