Skip to content

Commit

Permalink
feat:add mirco node connection help link
Browse files Browse the repository at this point in the history
  • Loading branch information
jimtracy1007 committed May 21, 2024
1 parent 5b16a7f commit c17ad81
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/components/pages/bc-lnfi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,26 @@ export class LnfiNWCPage extends withTwind()(BitcoinConnectElement) {

override render() {
return html`<div class="w-full">
<bc-navbar class="flex w-full" heading="Micro node Wallet Connect"></bc-navbar>
<bc-navbar class="flex w-full" heading="Micro node Wallet Connect">
</bc-navbar>
<div class="font-sans text-sm w-full">
<div class="px-8 pt-4 w-full">
<div class="mb-1 ${classes['text-neutral-secondary']}">
Enter your
<div class="mb-2 ${classes['text-neutral-secondary']}">
1. Add a new
<a
href="https://mainnet.lnfi.network/"
href="https://doc.nostrassets.com/micronode-early-access/micronode-connect-mnc"
target="_blank"
class="font-bold"
>Micro node connection string
>Wallet Connection
</a>
below
from
<span class="${classes['text-neutral-tertiary']}"
>MicroNode => Generate NWC</span
>
and copy the connection string.
</div>
<div class="mb-1 ${classes['text-neutral-secondary']}">
2. Paste the connection string below:
</div>
<input
Expand Down

0 comments on commit c17ad81

Please sign in to comment.