Skip to content

Commit 9765559

Browse files
authored
Merge pull request #62 from akvo/social-accountibility-updates
update stakeholder
2 parents d6bc146 + c7b826f commit 9765559

File tree

3 files changed

+437
-636
lines changed

3 files changed

+437
-636
lines changed

frontend/components/Hero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function HeroSection({
7676
</svg>
7777
<input
7878
type="text"
79-
placeholder="Kenya's arid land"
79+
placeholder={searchText || 'Search...'}
8080
value={searchValue}
8181
onChange={(e) => {
8282
setSearchValue(e.target.value);

0 commit comments

Comments
 (0)