Skip to content

Commit 569f028

Browse files
committed
chore: fix lint
1 parent 1a4b437 commit 569f028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/ui-components/src/Icons/PartnerLogos/Codemod

packages/ui-components/src/Icons/PartnerLogos/Codemod/Favicon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Codemod: FC<SVGProps<SVGSVGElement>> = props => (
1313
<rect width="100" height="100" rx="17" fill="#D6FF62" />
1414
<mask
1515
id="mask0_985_1597"
16-
style="mask-type:luminance"
16+
style={{ maskType: 'luminance' }}
1717
maskUnits="userSpaceOnUse"
1818
x="15"
1919
y="19"

0 commit comments

Comments
 (0)