File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ const FileSendButton = ({ onUploadSuccess }: FileSendButtonProps) => {
8585 < button
8686 onClick = { handleButtonClick }
8787 disabled = { uploading }
88- className = "my-2 w-fit rounded-md bg-[#0D2D84 ] p-4 text-white transition-colors hover:bg-[#0a2366] disabled:cursor-not-allowed disabled:bg-gray-400"
88+ className = "my-2 w-fit rounded-md bg-[#0d2d84a2 ] p-4 text-white transition-colors hover:bg-[#0a2366] disabled:cursor-not-allowed disabled:bg-gray-400"
8989 >
9090 { uploading ? '업로드 중...' : '📎파일 업로드' }
9191 </ button >
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ export default function ChatPageTest() {
1313 {
1414 id : 'initial' ,
1515 role : 'assistant' ,
16- content : '안녕하세요! Snowgent입니다❄️ \n재고 데이터 파일을 업로드 해주세요' ,
16+ content :
17+ '안녕하세요! 청파프레시 사장님\nSnowgent입니다❄️ \n재고 데이터 파일을 업로드 해주세요' ,
1718 } ,
1819 ] ) ;
1920 const [ input , setInput ] = useState ( '' ) ;
You can’t perform that action at this time.
0 commit comments