Skip to content

Commit 6e7a6b1

Browse files
author
Phan Xuân Quang
committed
fix place holder
1 parent b405d6d commit 6e7a6b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: engace.web/src/components/SuggestTopicInput.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function SuggestTopicInput({ topic, setTopic, error }) {
5151
<TextField
5252
id="topic"
5353
variant="standard"
54-
placeholder="Aa . . ."
54+
placeholder="Ex: Traveling"
5555
sx={{
5656
flexGrow: 1,
5757
height: "2.5rem",

Diff for: engace.web/src/components/WritingForm.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function WritingForm({ onClosePannel }) {
4141
<TextField
4242
id="search"
4343
variant="outlined"
44-
placeholder="Ex: Cats are fascinating creatures known for their independence and playful nature. Domesticated around 9,000 years ago, they have been revered in various cultures, particularly in ancient Egypt where they were considered sacred. Today, cats are cherished pets, offering companionship and joy to millions of households worldwide. "
44+
placeholder="Ex: My name is EngAce. I live in Vietnam. I work in small software company. I like listen to music and watch movie. English very hard for me. I learn English very long ago. My talk not clear, hard for people understand. I feel shy when speak English. I want to improve for job and future."
4545
value={content}
4646
onChange={(e) => setContent(e.target.value)}
4747
multiline

Diff for: engace.web/src/pages/ChatPage.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const ChatPage = () => {
105105
<TextField
106106
inputProps={{ style: { fontWeight: 500 }, autoComplete: "off" }}
107107
variant="outlined"
108-
placeholder="Aa"
108+
placeholder="Aa . . ."
109109
fullWidth
110110
color="secondary"
111111
value={newMessage}

0 commit comments

Comments
 (0)