@huma-finance/widgets 0.0.62-beta.594 → 0.0.62-beta.597

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.
@@ -5513,9 +5513,14 @@ function ChooseTranche(_ref) {
5513
5513
  return jsxRuntime.jsxs(WrapperModal, {
5514
5514
  title: "Supply ".concat(poolUnderlyingToken.symbol),
5515
5515
  children: [jsxRuntime.jsxs(material.FormControl, {
5516
- children: [jsxRuntime.jsx(material.FormLabel, {
5516
+ children: [jsxRuntime.jsxs(material.FormLabel, {
5517
5517
  css: styles.subTitle,
5518
- children: "Select Tranche Type"
5518
+ children: ["Select Tranche Type (Read more", ' ', jsxRuntime.jsx(material.Link, {
5519
+ href: shared.configUtil.trancheLink,
5520
+ target: "_blank",
5521
+ color: "inherit",
5522
+ children: "here"
5523
+ }), ")"]
5519
5524
  }), jsxRuntime.jsx(material.RadioGroup, {
5520
5525
  "aria-labelledby": "buttons-group-label",
5521
5526
  name: "radio-buttons-group",