Skip to content

Commit d7e17ee

Browse files
Reposition CopyForLLMButton and add space between elements in DocPage
Co-authored-by: rahul.chhabria <[email protected]>
1 parent 49cb5fa commit d7e17ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/docPage/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function DocPage({
8585
<Banner />
8686
</div>
8787
<div className="overflow-hidden">
88-
{leafNode && <Breadcrumbs leafNode={leafNode} />} <CopyForLLMButton />
88+
{leafNode && <Breadcrumbs leafNode={leafNode} />}{' '}
8989
<Link
9090
rel="nofollow"
9191
className="float-right"
@@ -95,6 +95,7 @@ export function DocPage({
9595
>
9696
<Markdown className="flex p-0 flex-wrap" width={24} height={24} />
9797
</Link>
98+
<CopyForLLMButton />
9899
</div>
99100
<div>
100101
<hgroup>

0 commit comments

Comments
 (0)