Skip to content

Commit

Permalink
updated users search
Browse files Browse the repository at this point in the history
  • Loading branch information
leianne committed May 9, 2019
1 parent 26b0bff commit c7ccb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Dashboards/UsersSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function UsersSearch(props) {
)
})
} else {
return <h1>Please enter a Github Username</h1>
return <h1>Please enter Github Username</h1>
}
}

Expand Down

0 comments on commit c7ccb59

Please sign in to comment.