From c967b21c9ccebc3f8f716b304934fe06a1952e49 Mon Sep 17 00:00:00 2001
From: Galax
Date: Mon, 15 Nov 2021 09:48:46 +0700
Subject: [PATCH] Change search bar placeholder
---
src/components/ts/Search.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/ts/Search.tsx b/src/components/ts/Search.tsx
index e4f4658..370b2bf 100644
--- a/src/components/ts/Search.tsx
+++ b/src/components/ts/Search.tsx
@@ -52,7 +52,7 @@ class Search extends Component {
// @ts-ignore
const { value, suggestions } = this.state;
const inputProps = {
- placeholder: "Search DuckDuckGo",
+ placeholder: "Search The Web",
value,
onChange: this.onChange,
};