diff --git a/Frontend-Learner/pages/browse/discovery.vue b/Frontend-Learner/pages/browse/discovery.vue index 36e7dad6..ee8c8035 100644 --- a/Frontend-Learner/pages/browse/discovery.vue +++ b/Frontend-Learner/pages/browse/discovery.vue @@ -180,19 +180,19 @@ onMounted(async () => {
-
+
-

{{ $t('discovery.title') }}

+

{{ $t('discovery.title') }}

- - + +
@@ -203,17 +203,17 @@ onMounted(async () => {
@@ -229,7 +229,7 @@ onMounted(async () => {
-
+
@@ -240,7 +240,7 @@ onMounted(async () => {
-

{{ getLocalizedText(course.title) }}

+

{{ getLocalizedText(course.title) }}

@@ -248,7 +248,8 @@ onMounted(async () => {
{{ course.formatted_price }}
-
@@ -258,7 +259,7 @@ onMounted(async () => {
-
+
@@ -267,14 +268,14 @@ onMounted(async () => {
-

{{ getLocalizedText(course.title) }}

+

{{ getLocalizedText(course.title) }}

{{ course.formatted_price }}
-
@@ -289,9 +290,9 @@ onMounted(async () => {
-
+
-

{{ $t("discovery.emptyTitle") }}

+

{{ $t("discovery.emptyTitle") }}

{{ $t("discovery.emptyDesc") }}

Date & Time
-
{{ formatDateTime(selectedLog.created_at) }}
+
{{ formatDate(selectedLog.created_at) }}
@@ -241,7 +241,7 @@ diff --git a/frontend_management/pages/instructor/profile/index.vue b/frontend_management/pages/instructor/profile/index.vue index 6a36b365..6a602a39 100644 --- a/frontend_management/pages/instructor/profile/index.vue +++ b/frontend_management/pages/instructor/profile/index.vue @@ -301,7 +301,7 @@