diff --git a/erpnext/public/js/education/lms/components/ContentArticle.vue b/erpnext/public/js/education/lms/components/Article.vue similarity index 79% rename from erpnext/public/js/education/lms/components/ContentArticle.vue rename to erpnext/public/js/education/lms/components/Article.vue index b0fc0e6c5f5..7fc1173bc9c 100644 --- a/erpnext/public/js/education/lms/components/ContentArticle.vue +++ b/erpnext/public/js/education/lms/components/Article.vue @@ -1,8 +1,8 @@ diff --git a/erpnext/public/js/education/lms/components/AcademyList.vue b/erpnext/public/js/education/lms/components/CardList.vue similarity index 94% rename from erpnext/public/js/education/lms/components/AcademyList.vue rename to erpnext/public/js/education/lms/components/CardList.vue index 919a3a98ca3..0c03cf6265a 100644 --- a/erpnext/public/js/education/lms/components/AcademyList.vue +++ b/erpnext/public/js/education/lms/components/CardList.vue @@ -13,6 +13,6 @@ \ No newline at end of file diff --git a/erpnext/public/js/education/lms/components/AcademyCourseCard.vue b/erpnext/public/js/education/lms/components/CourseCard.vue similarity index 94% rename from erpnext/public/js/education/lms/components/AcademyCourseCard.vue rename to erpnext/public/js/education/lms/components/CourseCard.vue index 405e7ba8f01..200659bf2b9 100644 --- a/erpnext/public/js/education/lms/components/AcademyCourseCard.vue +++ b/erpnext/public/js/education/lms/components/CourseCard.vue @@ -27,13 +27,13 @@ \ No newline at end of file diff --git a/erpnext/public/js/education/lms/components/AcademyTopSectionButton.vue b/erpnext/public/js/education/lms/components/TopSectionButton.vue similarity index 98% rename from erpnext/public/js/education/lms/components/AcademyTopSectionButton.vue rename to erpnext/public/js/education/lms/components/TopSectionButton.vue index 822b834d475..a9b227f5e03 100644 --- a/erpnext/public/js/education/lms/components/AcademyTopSectionButton.vue +++ b/erpnext/public/js/education/lms/components/TopSectionButton.vue @@ -4,7 +4,7 @@ diff --git a/erpnext/public/js/education/lms/pages/Home.vue b/erpnext/public/js/education/lms/pages/Home.vue index 0931a19fc25..f823d380e82 100644 --- a/erpnext/public/js/education/lms/pages/Home.vue +++ b/erpnext/public/js/education/lms/pages/Home.vue @@ -1,18 +1,18 @@