Skip to content

Commit

Permalink
Merge pull request #72 from stevebrownlee/develop
Browse files Browse the repository at this point in the history
Update version of Learning Platform
  • Loading branch information
stevebrownlee authored Jul 7, 2024
2 parents b7915ff + e324df2 commit 34700a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learnopsclient",
"version": "3.0.1",
"version": "4.0.0",
"private": true,
"dependencies": {
"@radix-ui/colors": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/cohorts/StudentCardList.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export const StudentCardList = ({ searchTerms }) => {
? <article key={`book--${book.id}--${showTags}--${showAvatars}`} className="bookColumn">
<header className="bookColumn__header">
<div className="bookColumn__name">
<div className="bookColumn__studentCount">&nbsp</div>
<div className="bookColumn__studentCount">&nbsp;</div>
<div> {book.name} </div>
<div className="bookColumn__studentCount">
<PeopleIcon />
Expand Down

0 comments on commit 34700a2

Please sign in to comment.