mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: greenlight no-channels alert — platform provisions inbound channels
This commit is contained in:
parent
2b58be8ad8
commit
dfa572166c
1 changed files with 8 additions and 4 deletions
|
|
@ -77,10 +77,14 @@ export default function Lightning() {
|
|||
<AlertDescription className="inline">
|
||||
{info?.backendType === "GREENLIGHT" ? (
|
||||
<>
|
||||
Your Greenlight node is online, but you need a channel to send
|
||||
or receive Lightning payments.{" "}
|
||||
<Link className="underline" to={firstChannelPath}>
|
||||
Open a channel
|
||||
Your Greenlight node is online. Inbound channels are provisioned
|
||||
automatically by the platform.{" "}
|
||||
<Link className="underline" to="/channels">
|
||||
View channel status
|
||||
</Link>{" "}
|
||||
or{" "}
|
||||
<Link className="underline" to="/channels?tab=onchain">
|
||||
open an outbound channel
|
||||
</Link>
|
||||
.
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue