Skip to content

Commit a93f0ab

Browse files
Update examples/context/theme-detailed-app.js
Co-Authored-By: ricardoerl <[email protected]>
1 parent 2e8c090 commit a93f0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/context/theme-detailed-app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import ThemedButton from './themed-button';
55
function Toolbar(props) {
66
return (
77
<ThemedButton onClick={props.changeTheme}>
8-
Cambiar tema
8+
Change Theme
99
</ThemedButton>
1010
);
1111
}

0 commit comments

Comments
 (0)