diff --git a/lms/lms/web_template/course_cards/course_cards.html b/lms/lms/web_template/course_cards/course_cards.html
index 93576695..cb532555 100644
--- a/lms/lms/web_template/course_cards/course_cards.html
+++ b/lms/lms/web_template/course_cards/course_cards.html
@@ -1,14 +1,15 @@
-
{{ title }}
-
- {% for course_row in courses %}
- {% set course = frappe.db.get_value("LMS Course", course_row.course,
- ["name", "upcoming", "title", "image", "enable_certification", "paid_certificate", "price_certificate", "currency"], as_dict=True) %}
- {{ widgets.CourseCard(course=course, read_only=False) }}
- {% endfor %}
-
-
- {{ _("Explore More") }}
-
-
+ {% include "public/icons/symbol-defs.svg" %}
+
{{ _(title) }}
+
+ {% for course_row in courses %}
+ {% set course = frappe.db.get_value("LMS Course", course_row.course,
+ ["name", "upcoming", "title", "image", "enable_certification", "paid_certificate", "price_certificate", "currency"], as_dict=True) %}
+ {{ widgets.CourseCard(course=course, read_only=False) }}
+ {% endfor %}
+
+
+ {{ _("Explore More") }}
+
+