ywana-core8 0.0.592 → 0.0.595

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.592",
3
+ "version": "0.0.595",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -133,8 +133,7 @@ export const TablePage = (props) => {
133
133
  }
134
134
 
135
135
  const total = all ? all.length : 0
136
- const title2 = `[${total}] ${title}`
137
-
136
+ const title2 = <><span className="size">{total}</span> {title}</>
138
137
  return (
139
138
  <Fragment>
140
139
  <Header className="table-page" title={<Text>{title2}</Text>}>