diff --git a/app/components/DocsLayout.tsx b/app/components/DocsLayout.tsx index 35896034a..c6d1929bd 100644 --- a/app/components/DocsLayout.tsx +++ b/app/components/DocsLayout.tsx @@ -455,7 +455,7 @@ export function DocsLayout({ const logo = ( { - const { name, version, colorFrom, colorTo } = props - +export const DocsLogo = ({ + name, + version, + colorFrom, + colorTo, + libraryId, +}: Props) => { const gradientText = `inline-block text-transparent bg-clip-text bg-gradient-to-r ${colorFrom} ${colorTo}` return ( @@ -20,9 +24,9 @@ export const DocsLogo = (props: Props) => { TanStack {name}{' '} {version}