@nualang/nualang-ui-components 0.1.1262 → 0.1.1263

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.
@@ -102,10 +102,14 @@ function UsersTable({
102
102
  children: [!loading ? users.slice(page * rowsPerPage, page * rowsPerPage + rowsPerPage).map(row => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.TableRow, {
103
103
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.TableCell, {
104
104
  className: classes.tableCell,
105
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactRouterDom.Link, {
106
- href: `${window.location.origin}/analytics#/activity/member/${row.Username}`,
105
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("a", {
106
+ href: `${window.location.origin}/analytics/#/activity/member/${row.Username}`,
107
107
  target: "_blank",
108
- color: "inherit",
108
+ rel: "noopener noreferrer",
109
+ style: {
110
+ color: "inherit",
111
+ textDecoration: "none"
112
+ },
109
113
  children: row.Attributes.email || ""
110
114
  })
111
115
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.TableCell, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nualang/nualang-ui-components",
3
- "version": "0.1.1262",
3
+ "version": "0.1.1263",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",