Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Jun 12, 2024
1 parent 40c061c commit 70553ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ee/tabby-ui/components/ui/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1494,10 +1494,7 @@ function IconPlay({ className, ...props }: React.ComponentProps<typeof Play>) {
return <Play className={cn('h4 w-4', className)} {...props} />
}

function IconTag({
className,
...props
}: React.ComponentProps<typeof Tag>) {
function IconTag({ className, ...props }: React.ComponentProps<typeof Tag>) {
return <Tag className={cn('h4 w-4', className)} {...props} />
}

Expand Down

0 comments on commit 70553ce

Please sign in to comment.