From bb0edebd1b9802cce3ed91f736d71eaacd16f583 Mon Sep 17 00:00:00 2001 From: chaitanyakole Date: Tue, 7 Jan 2025 12:04:17 +0530 Subject: [PATCH] Explore and learn content is not showing --- src/pages/ExploreAndLearn/Start/Start3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ExploreAndLearn/Start/Start3.js b/src/pages/ExploreAndLearn/Start/Start3.js index b78c301..d4245c9 100644 --- a/src/pages/ExploreAndLearn/Start/Start3.js +++ b/src/pages/ExploreAndLearn/Start/Start3.js @@ -51,7 +51,7 @@ function Start3() { }, [sel_lang]); const getfromurl = () => { - const filePath = getParameter('source', location.search); + const filePath = getParameter('source', location.hash); if (filePath && filePath != 'null') { axios