@xras/ui 0.5.0 → 0.5.1
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/dist/xras-ui.cjs +2 -2
- package/dist/xras-ui.js +3 -3
- package/package.json +1 -1
package/dist/xras-ui.js
CHANGED
|
@@ -30294,7 +30294,7 @@ function K9({ requestId: n, grantNumber: r }) {
|
|
|
30294
30294
|
action: [
|
|
30295
30295
|
["Learn How to Manage Allocations", Nn.routes.how_to_path(), "get"],
|
|
30296
30296
|
[
|
|
30297
|
-
"
|
|
30297
|
+
"Open a Help Ticket",
|
|
30298
30298
|
"https://support.access-ci.org/open-a-ticket",
|
|
30299
30299
|
"get"
|
|
30300
30300
|
]
|
|
@@ -38794,8 +38794,8 @@ const H6 = (n) => {
|
|
|
38794
38794
|
/* @__PURE__ */ b.jsx("a", { target: "_blank", href: "https://docs.google.com/forms/d/e/1FAIpQLSdn-SXokNB_5s0r2SA_S9ZIZWZFlVPRD2OHepTH5HY2YND_zw/viewform", children: " Feedback Form" }),
|
|
38795
38795
|
".",
|
|
38796
38796
|
/* @__PURE__ */ b.jsx("br", {}),
|
|
38797
|
-
"If you have questions, please
|
|
38798
|
-
/* @__PURE__ */ b.jsx("a", { target: "_blank", href: "https://support.access-ci.org/user/login?destination=/open-a-ticket", children: "
|
|
38797
|
+
"If you have questions, please",
|
|
38798
|
+
/* @__PURE__ */ b.jsx("a", { target: "_blank", href: "https://support.access-ci.org/user/login?destination=/open-a-ticket", children: " open a help ticket" }),
|
|
38799
38799
|
"."
|
|
38800
38800
|
] })
|
|
38801
38801
|
] }) })
|