diff --git a/src/app/router/connectorRoutes.tsx b/src/app/router/connectorRoutes.tsx index ed448acc6d..2ea902deb9 100644 --- a/src/app/router/connectorRoutes.tsx +++ b/src/app/router/connectorRoutes.tsx @@ -107,12 +107,6 @@ const connectorMap: { [key: string]: ConnectorRoute } = { title: i18n.t("translation:choose_connector.lnd.title"), logo: lnd, }, - "voltage-lnd": { - path: "lnd", - element: , - title: i18n.t("translation:choose_connector.lnd.title"), - logo: lnd, - }, lnc: { path: "lnc", element: , @@ -256,8 +250,12 @@ function getConnectorRoutes(): ConnectorRoute[] { connectorMap["lnc"], connectorMap["commando"], connectorMap["lnbits"], - connectorMap["lnd-hub-go"], - connectorMap["eclair"], + connectorMap["nwc"], + getDistribution("umbrel"), + getDistribution("startos"), + getDistribution("raspiblitz"), + getDistribution("mynode"), + getDistribution("citadel"), connectorMap["btcpay"], connectorMap["voltage"], connectorMap[galoyPaths.blink], @@ -269,6 +267,8 @@ function getConnectorRoutes(): ConnectorRoute[] { getDistribution("raspiblitz"), connectorMap["nwc"], connectorMap["lawallet"], + connectorMap["lnd-hub-go"], + connectorMap["eclair"], ]; } diff --git a/src/app/screens/connectors/ChooseConnectorPath/index.tsx b/src/app/screens/connectors/ChooseConnectorPath/index.tsx index 4d57f948b8..ec9ce29e9e 100644 --- a/src/app/screens/connectors/ChooseConnectorPath/index.tsx +++ b/src/app/screens/connectors/ChooseConnectorPath/index.tsx @@ -20,7 +20,7 @@ export default function ChooseConnectorPath() {

{t("title")}

-
+
} /> - } - description={t("voltage.description")} - content={ - <> - {t("voltage.point1")} - {t("voltage.point2")} - {t("voltage.point3")} - {t("voltage.point4")} - - } - actions={ - -