Skip to content

Commit fd57490

Browse files
authored
fix(docs): Replace the Claude icon [ignore] (#2163)
Replacing the Claude icon as mentioned here: https://apify.slack.com/archives/CQ96RHG2U/p1767710444660769 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Switches the Claude button to use the new `ClaudeIcon` and updates icons dependency. > > - Replaces `AnthropicIcon` with `ClaudeIcon` in `apify-docs-theme/src/theme/LLMButtons/index.jsx` (import and `DROPDOWN_OPTIONS` entry) > - Bumps `@apify/ui-icons` to `^1.26.0`; lockfile updated and theme package version reflects new build > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 26d0fde. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 58720ef commit fd57490

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import clsx from 'clsx';
22
import React, { useCallback, useState } from 'react';
33

44
import {
5-
AnthropicIcon,
65
ChatGptIcon,
76
CheckIcon,
87
ChevronDownIcon,
8+
ClaudeIcon,
99
CopyIcon,
1010
CursorIcon,
1111
ExternalLinkIcon,
@@ -68,7 +68,7 @@ const DROPDOWN_OPTIONS = [
6868
label: 'Open in Claude',
6969
description: 'Ask questions about this page',
7070
showExternalIcon: true,
71-
Icon: AnthropicIcon,
71+
Icon: ClaudeIcon,
7272
value: 'openInClaude',
7373
},
7474
{

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"dependencies": {
6464
"@apify/ui-library": "^1.97.2",
65-
"@apify/ui-icons": "^1.25.0",
65+
"@apify/ui-icons": "^1.26.0",
6666
"@docusaurus/core": "^3.8.1",
6767
"@docusaurus/faster": "^3.8.1",
6868
"@docusaurus/plugin-client-redirects": "^3.8.1",

0 commit comments

Comments
 (0)