fix: lint workflow (#1167)
This commit is contained in:
parent
256b4e0b89
commit
431eb919b5
15 changed files with 28 additions and 22 deletions
|
|
@ -32,7 +32,7 @@ export const SourcesTrigger = ({
|
|||
{children ?? (
|
||||
<>
|
||||
<p className="font-medium">Used {count} sources</p>
|
||||
<ChevronDownIcon className="h-4 w-4" />
|
||||
<ChevronDownIcon className="size-4" />
|
||||
</>
|
||||
)}
|
||||
</CollapsibleTrigger>
|
||||
|
|
@ -66,7 +66,7 @@ export const Source = ({ href, title, children, ...props }: SourceProps) => (
|
|||
>
|
||||
{children ?? (
|
||||
<>
|
||||
<BookIcon className="h-4 w-4" />
|
||||
<BookIcon className="size-4" />
|
||||
<span className="block font-medium">{title}</span>
|
||||
</>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue