mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-18 13:54:21 +01:00
chore: improvements
This commit is contained in:
@@ -432,8 +432,8 @@ export const Community = () => (
|
||||
</CommunityDescriptionSmall>
|
||||
<CommunityVerticalListWrapper>
|
||||
{BRIDGE_SERVERS.map(item => (
|
||||
<VerticalLinkWrapper>
|
||||
<VerticalLink key={item.urlText} href={item.urlLink} target="_blank">
|
||||
<VerticalLinkWrapper key={item.urlText}>
|
||||
<VerticalLink href={item.urlLink} target="_blank">
|
||||
{item.urlText}
|
||||
</VerticalLink>
|
||||
<VerticalLinkDescription>
|
||||
|
||||
@@ -37,7 +37,7 @@ export default function Home() {
|
||||
/>
|
||||
<meta
|
||||
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" />
|
||||
@@ -45,7 +45,7 @@ export default function Home() {
|
||||
<meta name="twitter:creator" content="@andreneves" />
|
||||
<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: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" />
|
||||
</Head>
|
||||
|
||||
Reference in New Issue
Block a user