Skip to content

Commit

Permalink
Chore: ai 단서 조항 넣기
Browse files Browse the repository at this point in the history
  • Loading branch information
dongree committed Oct 11, 2023
1 parent 0ac685b commit 4a55627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/editor/components/FakeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default function FakeEditor({ editor }: { editor: Editor | null }) {
ref={edirotRef}
className={`fixed flex flex-col top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-3/4 h-3/4 bg-white z-10 top-1/12 p-6 rounded-xl shadow-lg overflow-y-auto`}
>
<div className="font-medium text-xs text-soma-grey-45 self-end">
chatGpt로 생성된 답변입니다. 답변이 정확하지 않을 수 있습니다.
</div>
<RingLoader className="self-center" color="#4992FF" />
<div className="text-center font-medium text-soma-grey-49 text-sm my-5">
AI Writing...
Expand Down

0 comments on commit 4a55627

Please sign in to comment.