Skip to content

Commit

Permalink
๐Ÿ“ (random-sentence-instructions.tsx): update instructions text for raโ€ฆ
Browse files Browse the repository at this point in the history
โ€ฆndom sentence form

๐Ÿ“ (syntax-editor.tsx): update
  • Loading branch information
romantech committed Aug 23, 2024
1 parent cfe9459 commit db936bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { ListItem, ListProps, UnorderedList } from '@chakra-ui/react';
import { MAX_TOPIC_ADDITION } from '@/features/syntax-analyzer';

const INSTRUCTIONS = [
'์ž…๋ ฅํ•œ ํ‚ค์›Œ๋“œ์™€ ๊ด€๋ จ๋œ ๋žœ๋ค ๋ฌธ์žฅ์„ ์ƒ์„ฑํ•  ์ˆ˜ ์žˆ์–ด์š”',
`ํ‚ค์›Œ๋“œ๋Š” ${MAX_TOPIC_ADDITION}๊ฐœ๊นŒ์ง€ ์ถ”๊ฐ€ํ•  ์ˆ˜ ์žˆ์–ด์š” (์„ ํƒ)`,
'๋ฌธ์žฅ์„ ํด๋ฆญํ•˜๋ฉด ํด๋ฆฝ๋ณด๋“œ์— ๋ณต์‚ฌํ•  ์ˆ˜ ์žˆ์–ด์š”',
`์ตœ๋Œ€ ${MAX_TOPIC_ADDITION}๊ฐœ์˜ ํ† ํ”ฝ์„ ์ถ”๊ฐ€ํ•ด์„œ ๋žœ๋ค ๋ฌธ์žฅ์„ ์ƒ์„ฑํ•  ์ˆ˜ ์žˆ์–ด์š”`,
'ํ† ํ”ฝ์„ ๋“ฑ๋กํ•˜์ง€ ์•Š์œผ๋ฉด ๋žœ๋คํ•œ ์ฃผ์ œ๋กœ ๋ฌธ์žฅ์„ ์ƒ์„ฑํ•ด์š”',
'์ƒ์„ฑํ•œ ๋ฌธ์žฅ์„ ํด๋ฆญํ•˜๋ฉด ํด๋ฆฝ๋ณด๋“œ์— ๋ณต์‚ฌ๋ผ์š”',
];

export default function RandomSentenceInstructions(listProps: ListProps) {
Expand Down
2 changes: 1 addition & 1 deletion src/features/syntax-editor/pages/syntax-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function SyntaxEditor() {
return (
<Stack h="calc(100vh - 72px)" gap={8} pt={8}>
<Stack>
<Notice text="ํƒœ๊ทธ๋ฅผ ์„ ํƒํ•œ ํ›„ ๋‹จ์–ด๋ฅผ ๋“œ๋ž˜๊ทธ ํ˜น์€ ํด๋ฆญ ํ•ด์ฃผ์„ธ์š”" />
<Notice text="๋ฌธ๋ฒ• ์š”์†Œ๋ฅผ ์„ ํƒํ•œ ํ›„ ๋‹จ์–ด๋ฅผ ํด๋ฆญํ•˜๊ฑฐ๋‚˜ ๋“œ๋ž˜๊ทธํ•˜๋ฉด ํƒœ๊น…ํ•  ์ˆ˜ ์žˆ์–ด์š”" />
<Flex gap={6}>
<TagListAccordion flexGrow={1} />
<ControlPanel />
Expand Down

0 comments on commit db936bc

Please sign in to comment.