-
- {i18n.t("more_info_modal_p1")}
-
-
- {i18n.t("more_info_modal_p2")}
-
+
+ ) : (
+ i18n.t("why?")
+ )
+ }
+ >
+ {i18n.t("more_info_modal_p1")}
+ {i18n.t("more_info_modal_p2")}
{i18n.t("learn_more_about_liquidity")}
@@ -25,7 +31,7 @@ export function FeesModal() {
}
export const MoreInfoModal: ParentComponent<{
- linkText: string;
+ linkText: string | JSXElement;
title: string;
}> = (props) => {
const [open, setOpen] = createSignal(false);
diff --git a/src/components/ResetRouter.tsx b/src/components/ResetRouter.tsx
index c58034c..27e9da3 100644
--- a/src/components/ResetRouter.tsx
+++ b/src/components/ResetRouter.tsx
@@ -16,7 +16,8 @@ export function ResetRouter() {
- Failing to make payments? Try resetting the lightning router.
+ Failing to make payments? Try resetting the lightning
+ router.