Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
fix: Fix a typo in projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralbeik committed Sep 13, 2019
1 parent 9fc53b6 commit 101d234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Projects extends Component {
}}
/>
<PageTitle title={projectsLink.title} subtitle={projectsLink.subtitle} />
<SearchInput placeholder={genericStrings.searchBlogPosts} onInputUpdate={this.preformSearch} onReset={this.resetSearch} />
<SearchInput placeholder={genericStrings.searchProjects} onInputUpdate={this.preformSearch} onReset={this.resetSearch} />
{projects.map(p => (<ProjectCell key={p.id} project={p} />))}
</div>
);
Expand Down

0 comments on commit 101d234

Please sign in to comment.