Skip to content

Commit

Permalink
fix small DOM bug (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
karinocheretny authored Mar 5, 2024
1 parent 86d4753 commit d3576bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/AddCourse.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function AddCourse(props){
size="large"
onChange={(e) => setPublished(e.target.value)}/>
</Form.Group>
<div class="create-btns">
<div className="create-btns">
<Link to={`/`}>
<Button variant="secondary" id="create-cancel">
Cancel
Expand Down

0 comments on commit d3576bc

Please # to comment.