Skip to content

Commit

Permalink
update search input with labels from the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-odhiambo committed Oct 24, 2023
1 parent 29691f9 commit f8ad43f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ const TrainingLibraries = () => {
<input
type="text"
value={search}
id="search_training"
name={I18n.t('search_training')}
onChange={e => handleSearch(e)}
placeholder="Search for training resources"
placeholder= {I18n.t('training.search_training_resources')}
style={{ width: '100%', height: '3rem', fontSize: '15px' }}
/>
<button type="submit" id="training_search_button" style={{ position: 'absolute', right: '20px', top: '10px' }}>
Expand Down

0 comments on commit f8ad43f

Please sign in to comment.