Add zines to socials in footer (#2223)

This commit is contained in:
ekzyis 2025-06-13 20:03:50 +02:00 committed by GitHub
parent 0310611a2d
commit 874694eb10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ const RssPopover = (
const SocialsPopover = (
<Popover>
<Popover.Body style={{ fontWeight: 500, fontSize: '.9rem' }}>
<div className='d-flex justify-content-center'>
<a
href='https://njump.me/npub1jfujw6llhq7wuvu5detycdsq5v5yqf56sgrdq8wlgrryx2a2p09svwm0gx' className='nav-link p-0 d-inline-flex'
target='_blank' rel='noreferrer'
@ -73,13 +74,22 @@ const SocialsPopover = (
>
youtube
</a>
<span className='mx-2 text-muted'> \ </span>
</div>
<div className='d-flex justify-content-center'>
<a
href='https://www.fountain.fm/show/Mg1AWuvkeZSFhsJZ3BW2' className='nav-link p-0 d-inline-flex'
target='_blank' rel='noreferrer'
>
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>
)