perf: course cards get all memberships at once

This commit is contained in:
Jannat Patel
2022-09-29 16:59:08 +05:30
parent 41a9e422d5
commit 246b26079b
9 changed files with 82 additions and 47 deletions

View File

@@ -368,7 +368,8 @@ input[type=checkbox] {
}
.course-home-page .course-home-outline {
margin: 5rem 0 4rem;
margin-top: 5rem;
padding-bottom: 4rem;
}
.course-home-page {
@@ -1739,3 +1740,10 @@ li {
flex-direction: column;
align-items: center;
}
.indicator-pill.green::before {
height: 0;
width: 0;
border-radius: 0;
margin-right: 0;
}