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 8b409aa commit 7000908Copy full SHA for 7000908
1 file changed
src/Playground.res
@@ -1363,7 +1363,7 @@ module NewLightModeToast = {
1363
<div className="flex-1">
1364
<div className="text-14 font-semibold"> {React.string("New: Light Mode")} </div>
1365
<div className="text-12 mt-1">
1366
- {React.string("You can now switch Playground theme in Settings.")}
+ {React.string("You can now switch the Playground theme in Settings.")}
1367
</div>
1368
1369
<button
0 commit comments