Skip to content

Commit

Permalink
cleanup: remove 'Featured' pill on package page (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored Feb 28, 2024
1 parent dc83f6a commit 8a1126a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/routes/package/(_components)/PackageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ export function PackageHeader(
yanked
</div>
)}
{pkg.whenFeatured && (
<div class={`chip sm:big-chip bg-blue-400`}>
featured
</div>
)}
</div>
</div>
<div class="flex items-center gap-8">
Expand Down

0 comments on commit 8a1126a

Please sign in to comment.