Skip to content

Commit

Permalink
Merge pull request #236 from jimwjl666/fix/mirconode
Browse files Browse the repository at this point in the history
fix:mirco node connect to MicroNode Connect
  • Loading branch information
rolznz authored May 24, 2024
2 parents 13ebfc6 + aae0457 commit 096f085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/connectors/bc-lnfi-nwc-connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { nwcIcon } from '../icons/connectors/lnfiIcon';
import { ConnectorElement } from './ConnectorElement';
import store from '../../state/store';

export const lnfiConnectorTitle = 'Micro node connect';
export const lnfiConnectorTitle = 'MicroNode Connect';

@customElement('bc-lnfi-nwc-connector')
export class LnfiNWCConnector extends ConnectorElement {
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/bc-lnfi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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 class="flex w-full" heading="MicroNode Connect">
</bc-navbar>
<div class="font-sans text-sm w-full">
<div class="px-8 pt-4 w-full">
Expand Down

0 comments on commit 096f085

Please sign in to comment.