Skip to content

Commit

Permalink
Update InsertPromptToDraftButton component to use RiFileCopy2Line ico…
Browse files Browse the repository at this point in the history
…n instead of RiAddLine
  • Loading branch information
Royal-lobster committed Apr 14, 2024
1 parent f5b594c commit ecd3416
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/Sidebar/chat/InsertPromptToDraftButton.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import React from 'react'
import * as DropdownMenu from '@radix-ui/react-dropdown-menu'
import { RiAddLine } from 'react-icons/ri'
import {
RiAddLine,
RiFileCopy2Line,
RiFilePaperLine,
RiInsertRowTop,
} from 'react-icons/ri'
import { ContentClassNames } from '../../QuickMenu'
import { usePrompts } from '../../../hooks/usePrompts'
import { RecursiveItem } from '../../QuickMenu/RecursiveItem'
Expand All @@ -22,7 +27,7 @@ const InsertPromptToDraftButton = ({
type="button"
className="cdx-bg-neutral-300 cdx-text-neutral-500 dark:cdx-text-neutral-200 dark:cdx-bg-neutral-800 cdx-p-1.5 cdx-rounded"
>
<RiAddLine size={18} />
<RiFileCopy2Line size={18} />
</button>
</DropdownMenu.Trigger>
<DropdownMenu.Portal>
Expand Down

0 comments on commit ecd3416

Please sign in to comment.