Skip to content

Commit 5b1acf8

Browse files
committed
fix: renamed "Copy page" in dropdown options to "Copy for LLM" to have it aligned
1 parent 3b3ca36 commit 5b1acf8

File tree

1 file changed

+1
-1
lines changed
  • apify-docs-theme/src/theme/LLMButtons

1 file changed

+1
-1
lines changed

apify-docs-theme/src/theme/LLMButtons/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import styles from './styles.module.css';
1717

1818
const DROPDOWN_OPTIONS = [
1919
{
20-
label: 'Copy page',
20+
label: 'Copy for LLM',
2121
description: 'Copy page as Markdown for LLMs',
2222
showExternalIcon: false,
2323
Icon: CopyIcon,

0 commit comments

Comments
 (0)