Spaces:
Runtime error
Runtime error
Update src/addons/settings/settings.jsx
Browse files
src/addons/settings/settings.jsx
CHANGED
@@ -55,7 +55,7 @@ if (locale !== 'en') {
|
|
55 |
}
|
56 |
}
|
57 |
|
58 |
-
document.title = `${settingsTranslations.title} -
|
59 |
|
60 |
const theme = getInitialDarkMode() ? 'dark' : 'light';
|
61 |
document.body.setAttribute('theme', theme);
|
|
|
55 |
}
|
56 |
}
|
57 |
|
58 |
+
document.title = `${settingsTranslations.title} - Scratch for School`;
|
59 |
|
60 |
const theme = getInitialDarkMode() ? 'dark' : 'light';
|
61 |
document.body.setAttribute('theme', theme);
|