add mempool link
This commit is contained in:
parent
c96d01e23a
commit
c597acfb8f
|
@ -11,6 +11,7 @@ import Moon from '../svgs/moon-fill.svg'
|
|||
import No from '../svgs/no.svg'
|
||||
import Bolt from '../svgs/bolt.svg'
|
||||
import Amboss from '../svgs/amboss.svg'
|
||||
import Mempool from '../svgs/bimi.svg'
|
||||
import { useEffect, useState } from 'react'
|
||||
import Rewards from './footer-rewards'
|
||||
import useDarkMode from './dark-mode'
|
||||
|
@ -241,7 +242,7 @@ export default function Footer ({ links = true }) {
|
|||
<div
|
||||
className={`text-small mx-auto mb-2 ${styles.connect}`}
|
||||
>
|
||||
<span className='nav-item text-muted me-2'>connect:</span>
|
||||
<small className='nav-item text-muted me-2'>connect:</small>
|
||||
<CopyInput
|
||||
size='sm'
|
||||
groupClassName='mb-0 w-100'
|
||||
|
@ -255,6 +256,12 @@ export default function Footer ({ links = true }) {
|
|||
>
|
||||
<Amboss className='ms-2 theme' width={20} height={20} />
|
||||
</a>
|
||||
<a
|
||||
href='https://mempool.space/lightning/node/03cc1d0932bb99b0697f5b5e5961b83ab7fd66f1efc4c9f5c7bad66c1bcbe78f02'
|
||||
target='_blank' rel='noreferrer'
|
||||
>
|
||||
<Mempool className='ms-2' width={20} height={20} />
|
||||
</a>
|
||||
</div>}
|
||||
<small className='d-flex justify-content-center align-items-center text-muted flex-wrap'>
|
||||
<a className={`${styles.contrastLink} d-flex align-items-center`} href='https://github.com/stackernews/stacker.news' target='_blank' rel='noreferrer'>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny-ps" viewBox="0 0 241 241" xml:space="preserve"><g><g><path fill="#2E3349" d="M241.37,211.23c0,16.56-13.43,29.99-29.99,29.99H30.36c-16.56,0-29.99-13.43-29.99-29.99V30.21 c0-16.56,13.43-29.99,29.99-29.99h181.02c16.56,0,29.99,13.43,29.99,29.99V211.23z"></path><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="120.8689" y1="68.6556" x2="120.8689" y2="301.1491"><stop offset="0" stop-color="#AE61FF"></stop><stop offset="1" stop-color="#13EFD8"></stop></linearGradient><path fill="url(#SVGID_1_)" d="M0.32,120.99v90.24c0,16.56,13.49,29.99,30.14,29.99h180.82c16.64,0,30.13-13.43,30.13-29.99 v-90.24H0.32z"></path></g><g><path fill="#FFFFFF" fill-opacity="0.3" d="M212.72,209c0,3.7-2.53,6.7-5.65,6.7h-31.24c-3.12,0-5.65-3-5.65-6.7V32.44c0-3.7,2.53-6.7,5.65-6.7h31.24 c3.12,0,5.65,3,5.65,6.7V209z"></path></g></g></svg>
|
After Width: | Height: | Size: 951 B |
Loading…
Reference in New Issue