import { Dialog } from "@kobalte/core";
import { createSignal, JSXElement, ParentComponent } from "solid-js";
import help from "~/assets/icons/help.svg";
import {
DIALOG_CONTENT,
DIALOG_POSITIONER,
ExternalLink,
ModalCloseButton,
OVERLAY,
SmallHeader
} from "~/components";
import { useI18n } from "~/i18n/context";
export function FeesModal(props: { icon?: boolean }) {
const i18n = useI18n();
return (
{i18n.t("modals.more_info.self_custodial")}
{i18n.t("modals.more_info.future_payments")}