Skip to content

Commit

Permalink
fix: small text add
Browse files Browse the repository at this point in the history
  • Loading branch information
zzulanas committed Jun 20, 2023
1 parent 1d1e972 commit bdb4c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Chatty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default function Chatty() {

<div className="relative">
<input
placeholder="Ask a question..."
placeholder="ask me a question about Zach..."
name="search"
value={search}
onChange={(e) => setSearch(e.target.value)}
Expand Down

1 comment on commit bdb4c89

@vercel
Copy link

@vercel vercel bot commented on bdb4c89 Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zzulanas-dev – ./

zzulanas-dev-zzulanas.vercel.app
zzulanas-dev.vercel.app
zzulanas-dev-git-main-zzulanas.vercel.app

Please sign in to comment.