Skip to content

Commit 3b529ff

Browse files
committed
style: prettier fixup
1 parent d01c70a commit 3b529ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/components/DocsLayout.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,9 @@ export function DocsLayout({
601601
{!partners.some((d) => d.libraries?.includes(libraryId as any)) ? (
602602
<div className="hover:bg-gray-500/10 dark:hover:bg-gray-500/10 transition-colors">
603603
<a
604-
href={`mailto:[email protected]?subject=TanStack ${repo.split("/")[1]} Partnership`}
604+
href={`mailto:[email protected]?subject=TanStack ${
605+
repo.split('/')[1]
606+
} Partnership`}
605607
className="p-2 block text-xs"
606608
>
607609
<span className="opacity-50 italic">

0 commit comments

Comments
 (0)