We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f3564 commit 5477d99Copy full SHA for 5477d99
components/threads/new.tsx
@@ -8,7 +8,7 @@ import {
8
} from '@nextui-org/react';
9
import { useEffect, useState, useContext } from 'react';
10
import { ChatContext } from '@/contexts/chat';
11
-import { GoPlus } from 'react-icons/go';
+import { RiChatNewLine } from 'react-icons/ri';
12
import { getScript, getScripts, Script } from '@/actions/me/scripts';
13
import { AuthContext } from '@/contexts/auth';
14
import { tildy } from '@/config/assistant';
@@ -73,7 +73,7 @@ const NewThread = ({ className, onOpenExplore }: NewThreadProps) => {
73
<Dropdown placement="right-start">
74
<DropdownTrigger>
75
<Button
76
- startContent={<GoPlus />}
+ startContent={<RiChatNewLine />}
77
className={`${className}`}
78
size="lg"
79
variant="light"
0 commit comments