We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acb3b1 commit e10c82dCopy full SHA for e10c82d
src/pages/Homepage.svelte
@@ -37,7 +37,7 @@
37
import introVideoPlaceholderImage from '../imgs/video-placeholder.png';
38
39
const playgroundSurveyUrl =
40
- 'https://stage.microbit.org/teach/playground-survey/exploring-machine-learning';
+ 'https://microbit.org/teach/playground-survey/exploring-machine-learning/';
41
42
$: hasExistingSession = $gestures.some(g => g.name || g.recordings.length);
43
let showDataLossWarning = false;
0 commit comments