Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/theme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function getCustomMDXComponent() {
<LlmsContainer>
<LlmsCopyButton />
<LlmsViewOptions />
<LlmsCopyButton />
Copy link

Copilot AI Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The LlmsCopyButton component is duplicated within the same LlmsContainer. There are now two instances on lines 81 and 83. This will render two copy buttons, which is likely unintentional. Consider removing the duplicate on line 83.

Suggested change
<LlmsCopyButton />

Copilot uses AI. Check for mistakes.
</LlmsContainer>
</>
);
Expand Down
Loading