add mempool link

This commit is contained in:
keyan 2024-01-02 16:35:01 -06:00
parent c96d01e23a
commit c597acfb8f
2 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,7 @@ import Moon from '../svgs/moon-fill.svg'
import No from '../svgs/no.svg' import No from '../svgs/no.svg'
import Bolt from '../svgs/bolt.svg' import Bolt from '../svgs/bolt.svg'
import Amboss from '../svgs/amboss.svg' import Amboss from '../svgs/amboss.svg'
import Mempool from '../svgs/bimi.svg'
import { useEffect, useState } from 'react' import { useEffect, useState } from 'react'
import Rewards from './footer-rewards' import Rewards from './footer-rewards'
import useDarkMode from './dark-mode' import useDarkMode from './dark-mode'
@ -241,7 +242,7 @@ export default function Footer ({ links = true }) {
<div <div
className={`text-small mx-auto mb-2 ${styles.connect}`} 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 <CopyInput
size='sm' size='sm'
groupClassName='mb-0 w-100' groupClassName='mb-0 w-100'
@ -255,6 +256,12 @@ export default function Footer ({ links = true }) {
> >
<Amboss className='ms-2 theme' width={20} height={20} /> <Amboss className='ms-2 theme' width={20} height={20} />
</a> </a>
<a
href='https://mempool.space/lightning/node/03cc1d0932bb99b0697f5b5e5961b83ab7fd66f1efc4c9f5c7bad66c1bcbe78f02'
target='_blank' rel='noreferrer'
>
<Mempool className='ms-2' width={20} height={20} />
</a>
</div>} </div>}
<small className='d-flex justify-content-center align-items-center text-muted flex-wrap'> <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'> <a className={`${styles.contrastLink} d-flex align-items-center`} href='https://github.com/stackernews/stacker.news' target='_blank' rel='noreferrer'>

1
svgs/bimi.svg Normal file
View File

@ -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