Skip to content

Commit

Permalink
Update Main.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudnessuche authored Dec 19, 2024
1 parent 72c6ea0 commit 317f24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Main/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Main = () => {
</div>
<div className="cards">
<div className="card">
<p>Suggest beautiful paces to see on an up coming road trip</p>
<p>Suggest beautiful places to see on an up coming road trip</p>
<img src={assets.compass_icon} alt="" />
</div>
<div className="card">
Expand Down Expand Up @@ -67,7 +67,7 @@ const Main = () => {
onChange={(e) => setInput(e.target.value)}
value={input}
type="text"
placeholder='Enter a prompt here'
placeholder='Enter prompts here'
/>
<div>
<img src={assets.gallery_icon} alt="" />
Expand All @@ -76,7 +76,7 @@ const Main = () => {
</div>
</div>
<p className="bottom-info">
Gemini may display inaccurate info, including about people, so double-check its responses. Your privacy and Gemini apps.
AFSTR AI may display inaccurate info, including about people, so double-check its responses. Your privacy and Gemini apps.
</p>
</div>
</div>
Expand Down

0 comments on commit 317f24c

Please sign in to comment.