We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8c090 commit a93f0abCopy full SHA for a93f0ab
examples/context/theme-detailed-app.js
@@ -5,7 +5,7 @@ import ThemedButton from './themed-button';
5
function Toolbar(props) {
6
return (
7
<ThemedButton onClick={props.changeTheme}>
8
- Cambiar tema
+ Change Theme
9
</ThemedButton>
10
);
11
}
0 commit comments