We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c335f65 commit aa4f93eCopy full SHA for aa4f93e
apps/site/components/withLegal.tsx
@@ -54,7 +54,7 @@ const WithLegal: FC<LegalProps> = ({ footerLinks }) => {
54
);
55
return acc;
56
},
57
- {} as Record<string, (text: React.ReactNode) => JSX.Element>
+ {} as Record<string, (text: React.ReactNode) => React.ReactNode>
58
59
60
return (
0 commit comments