See above.
When you log in for the first time, the welcome Pop-Up says “Learn 65 Languages” - the current number listed elsewhere is in the low 70s.
This is hardcoded at website/app/javascript/components/modals/WelcomeModal.tsx at 327c98ce7a43b537e04ef88e4b48c4cca77b0d41 · exercism/website · GitHub. The text says “explore over 65 languages” at the moment and 71 is more than 65 so the text isn’t a problem. I guess the real question is whether the model should grab the current number of tracks each time? We do that at a few other spots on the website already so there’s a precedent.
It probably should just use the actual data.
1 Like