Skip to content

Commit

Permalink
fix warning;
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne committed Mar 25, 2024
1 parent 951c8a7 commit 4d24ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ee/tabby-ui/components/ui/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1195,9 +1195,9 @@ function IconSparkles({ className, ...props }: React.ComponentProps<'svg'>) {
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
className={cn('h-4 w-4', className)}
{...props}
>
Expand Down

0 comments on commit 4d24ebb

Please sign in to comment.