Skip to content

Commit 2d02c50

Browse files
chore(ai): Hide copy llm button on mobile (#14388)
<img width="487" height="705" alt="image" src="https://github.com/user-attachments/assets/5c235834-3d1b-40de-8dc6-b01bac3b7772" /> <img width="736" height="694" alt="image" src="https://github.com/user-attachments/assets/86a33862-665d-4b63-94a9-4ba4b948d65e" />
1 parent 09096af commit 2d02c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/docPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function DocPage({
8484
</div>
8585
<div className="overflow-hidden">
8686
{leafNode && <Breadcrumbs leafNode={leafNode} />}{' '}
87-
<div className="float-right mt-4 sm:mt-0">
87+
<div className="float-right mt-4 sm:mt-0 hidden sm:block">
8888
<CopyMarkdownButton pathname={pathname} />
8989
</div>
9090
</div>

0 commit comments

Comments
 (0)