Add zines to socials in footer (#2223)
This commit is contained in:
parent
0310611a2d
commit
874694eb10
@ -53,33 +53,43 @@ const RssPopover = (
|
|||||||
const SocialsPopover = (
|
const SocialsPopover = (
|
||||||
<Popover>
|
<Popover>
|
||||||
<Popover.Body style={{ fontWeight: 500, fontSize: '.9rem' }}>
|
<Popover.Body style={{ fontWeight: 500, fontSize: '.9rem' }}>
|
||||||
<a
|
<div className='d-flex justify-content-center'>
|
||||||
href='https://njump.me/npub1jfujw6llhq7wuvu5detycdsq5v5yqf56sgrdq8wlgrryx2a2p09svwm0gx' className='nav-link p-0 d-inline-flex'
|
<a
|
||||||
target='_blank' rel='noreferrer'
|
href='https://njump.me/npub1jfujw6llhq7wuvu5detycdsq5v5yqf56sgrdq8wlgrryx2a2p09svwm0gx' className='nav-link p-0 d-inline-flex'
|
||||||
>
|
target='_blank' rel='noreferrer'
|
||||||
nostr
|
>
|
||||||
</a>
|
nostr
|
||||||
<span className='mx-2 text-muted'> \ </span>
|
</a>
|
||||||
<a
|
<span className='mx-2 text-muted'> \ </span>
|
||||||
href='https://twitter.com/stacker_news' className='nav-link p-0 d-inline-flex'
|
<a
|
||||||
target='_blank' rel='noreferrer'
|
href='https://twitter.com/stacker_news' className='nav-link p-0 d-inline-flex'
|
||||||
>
|
target='_blank' rel='noreferrer'
|
||||||
twitter
|
>
|
||||||
</a>
|
twitter
|
||||||
<span className='mx-2 text-muted'> \ </span>
|
</a>
|
||||||
<a
|
<span className='mx-2 text-muted'> \ </span>
|
||||||
href='https://www.youtube.com/@stackernews' className='nav-link p-0 d-inline-flex'
|
<a
|
||||||
target='_blank' rel='noreferrer'
|
href='https://www.youtube.com/@stackernews' className='nav-link p-0 d-inline-flex'
|
||||||
>
|
target='_blank' rel='noreferrer'
|
||||||
youtube
|
>
|
||||||
</a>
|
youtube
|
||||||
<span className='mx-2 text-muted'> \ </span>
|
</a>
|
||||||
<a
|
</div>
|
||||||
href='https://www.fountain.fm/show/Mg1AWuvkeZSFhsJZ3BW2' className='nav-link p-0 d-inline-flex'
|
<div className='d-flex justify-content-center'>
|
||||||
target='_blank' rel='noreferrer'
|
<a
|
||||||
>
|
href='https://www.fountain.fm/show/Mg1AWuvkeZSFhsJZ3BW2' className='nav-link p-0 d-inline-flex'
|
||||||
pod
|
target='_blank' rel='noreferrer'
|
||||||
</a>
|
>
|
||||||
|
pod
|
||||||
|
</a>
|
||||||
|
<span className='mx-2 text-muted'> \ </span>
|
||||||
|
<a
|
||||||
|
href='https://www.plebpoet.com/zines.html' className='nav-link p-0 d-inline-flex'
|
||||||
|
target='_blank' rel='noreferrer'
|
||||||
|
>
|
||||||
|
zines
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</Popover.Body>
|
</Popover.Body>
|
||||||
</Popover>
|
</Popover>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user