ywana-core8 0.0.525 → 0.0.526

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.525",
3
+ "version": "0.0.526",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -93,7 +93,7 @@ export const Planner = ({ title, events = [], lanes = [], navigation = true, onS
93
93
  {navigation ? (
94
94
  <Header title={label}>
95
95
  &nbsp;&nbsp;
96
- <Button label="Esta Semana" outlined action={showThisWeek}/>
96
+ <Button label="This Week" outlined action={showThisWeek}/>
97
97
  <Icon icon="chevron_right" clickable action={next} />
98
98
  <TextField id="to" type="date" label="To" value={to} onChange={(id, value) => setTo(value)} />
99
99
  <div className="expand"></div>