Merge pull request #260 from pateljannat/course-cards-cleanup

This commit is contained in:
Jannat Patel
2021-11-12 19:35:52 +05:30
committed by GitHub
9 changed files with 45 additions and 50 deletions

View File

@@ -6,4 +6,10 @@
{{ widgets.CourseCard(course=course, read_only=False) }}
{% endfor %}
</div>
<a class="button-links d-flex justify-content-center mt-10 intercative-link" style="color: var(--gray-800);" href="/courses">
<div>
Explore More
</div>
<img src="/assets/school/icons/arrow.svg" class="ml-2"/>
</a>
</div>