Skip to content

Commit

Permalink
fix: removed unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnuon committed Oct 20, 2023
1 parent a59aca3 commit 692813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/course-home/courseware-search/CoursewareSearchBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const CoursewareSearchBar = ({
<div className="pgn__searchfield_wrapper">
<SearchField.Label />
<SearchField.Input placeholder={placeholder} />
<SearchField.ClearButton className="submit-button" />
<SearchField.ClearButton />
</div>
<SearchField.SubmitButton submitButtonLocation="external" />
</SearchField.Advanced>
Expand Down

0 comments on commit 692813f

Please sign in to comment.