openedx / frontend-app-learner-dashboard

Learner Dashboard MFE
GNU Affero General Public License v3.0
6 stars 77 forks source link

Error in the Courses link and in the Discover link #415

Open jciasenza opened 1 month ago

jciasenza commented 1 month ago

Hi, I think I found a mistake in the Courses links and the Discover link. In the first one it takes you to a blank page, and in the second one the button should be Courses and not Discover, I think I think I can fix it.

12.08.2024 17_06.webm

jciasenza commented 1 month ago

I can take this issue @arbrandes

jciasenza commented 2 weeks ago

frontend-app-learner-dashboard/src/containers/LearnerDashboardHeader/LearnerDashboardMenu.jsx

I think it's a local problem but it can be solved in production.

in line 16 href ='/' image

Also, to make it work locally, leaving it empty works href=""

02.09.2024 18_57.webm

jciasenza commented 1 week ago

I have made a PR https://github.com/openedx/frontend-app-learner-dashboard/pull/446