mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-18 22:04:21 +01:00
chore: improvements
This commit is contained in:
@@ -432,8 +432,8 @@ export const Community = () => (
|
|||||||
</CommunityDescriptionSmall>
|
</CommunityDescriptionSmall>
|
||||||
<CommunityVerticalListWrapper>
|
<CommunityVerticalListWrapper>
|
||||||
{BRIDGE_SERVERS.map(item => (
|
{BRIDGE_SERVERS.map(item => (
|
||||||
<VerticalLinkWrapper>
|
<VerticalLinkWrapper key={item.urlText}>
|
||||||
<VerticalLink key={item.urlText} href={item.urlLink} target="_blank">
|
<VerticalLink href={item.urlLink} target="_blank">
|
||||||
{item.urlText}
|
{item.urlText}
|
||||||
</VerticalLink>
|
</VerticalLink>
|
||||||
<VerticalLinkDescription>
|
<VerticalLinkDescription>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default function Home() {
|
|||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://i.imgur.com/Plc0Dam.png"
|
content="https://i.imgur.com/wL4cC1t.png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
@@ -45,7 +45,7 @@ export default function Home() {
|
|||||||
<meta name="twitter:creator" content="@andreneves" />
|
<meta name="twitter:creator" content="@andreneves" />
|
||||||
<meta name="twitter:title" content="The Lightning Address" />
|
<meta name="twitter:title" content="The Lightning Address" />
|
||||||
<meta name="twitter:description" content="Like an email address, but for your Bitcoin. A massively simpler way for anyone to send you Bitcoin instantly on the Lightning Network. No scanning QR codes or pasting invoices." />
|
<meta name="twitter:description" content="Like an email address, but for your Bitcoin. A massively simpler way for anyone to send you Bitcoin instantly on the Lightning Network. No scanning QR codes or pasting invoices." />
|
||||||
<meta name="twitter:image" content="https://i.imgur.com/Plc0Dam.png" />
|
<meta name="twitter:image" content="https://i.imgur.com/wL4cC1t.png" />
|
||||||
|
|
||||||
<script defer data-domain="lightningaddress.com" src="https://plausible.io/js/plausible.js" />
|
<script defer data-domain="lightningaddress.com" src="https://plausible.io/js/plausible.js" />
|
||||||
</Head>
|
</Head>
|
||||||
|
|||||||
Reference in New Issue
Block a user