Skip to content

Commit c99ac7d

Browse files
search bar placeholder chage
1 parent 423c3d3 commit c99ac7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<form id="search" method="POST" action="{{ url_for('browse.browse_home') }}">
4141
<input
4242
type="text"
43-
placeholder="Type Something"
43+
placeholder="Search Courses"
4444
id="searchText"
4545
name="searchKeyword"
4646
value="{{ search_keyword }}"

0 commit comments

Comments
 (0)