From 0c52b5a8ec8c903f5dbf777860f95b0d4c5b455e Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 2 Jul 2024 16:17:28 +0530 Subject: [PATCH] fix: badge share url --- frontend/src/pages/ProfileAbout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/ProfileAbout.vue b/frontend/src/pages/ProfileAbout.vue index 67858298..7388e363 100644 --- a/frontend/src/pages/ProfileAbout.vue +++ b/frontend/src/pages/ProfileAbout.vue @@ -137,7 +137,7 @@ const badges = createResource({ const shareOnSocial = (badge, medium) => { let shareUrl const url = encodeURIComponent( - `${window.location.origin}/badges/${badge.badge}/${props.profile.data?.email}` + `${window.location.origin}/lms/badges/${badge.badge}/${props.profile.data?.email}` ) const summary = `I am happy to announce that I earned the ${ badge.badge