Add link to lnbits.com

This commit is contained in:
ekzyis 2024-07-08 12:56:43 +02:00
parent 7402885998
commit d9205b6d30
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import React from 'react'
import { lnbitsSchema } from '@/lib/validate'
export const name = 'lnbits'
@ -17,7 +18,12 @@ export const fields = [
export const card = {
title: 'LNbits',
subtitle: 'use LNbits for payments',
subtitle: React.createElement(
React.Fragment,
{},
'use ',
React.createElement('a', { href: 'https://lnbits.com/', target: '_blank', rel: 'noreferrer' }, 'LNbits'),
' for payments'),
badges: ['send only', 'non-custodialish']
}