Skip to content

Commit

Permalink
removes old
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Jun 27, 2024
1 parent 63ba417 commit 406b7db
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,3 @@ function HoverIcon({ token }) {
</span>
)
}

const NewTag = () => {
const className = joinClassNames({
space: 'px-2 py-[2px] rounded-md',
border: 'border border-fuchsia-500',
background: 'bg-gradient-to-r from-fuchsia-950 to-purple-900',
font: 'text-sm ',
})
return <div className={className}>New!</div>
}

0 comments on commit 406b7db

Please sign in to comment.