Skip to content

Commit 874694e

Browse files
authored
Add zines to socials in footer (#2223)
1 parent 0310611 commit 874694e

File tree

1 file changed

+37
-27
lines changed

1 file changed

+37
-27
lines changed

components/footer.js

Lines changed: 37 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -53,33 +53,43 @@ const RssPopover = (
5353
const SocialsPopover = (
5454
<Popover>
5555
<Popover.Body style={{ fontWeight: 500, fontSize: '.9rem' }}>
56-
<a
57-
href='https://njump.me/npub1jfujw6llhq7wuvu5detycdsq5v5yqf56sgrdq8wlgrryx2a2p09svwm0gx' className='nav-link p-0 d-inline-flex'
58-
target='_blank' rel='noreferrer'
59-
>
60-
nostr
61-
</a>
62-
<span className='mx-2 text-muted'> \ </span>
63-
<a
64-
href='https://twitter.com/stacker_news' className='nav-link p-0 d-inline-flex'
65-
target='_blank' rel='noreferrer'
66-
>
67-
twitter
68-
</a>
69-
<span className='mx-2 text-muted'> \ </span>
70-
<a
71-
href='https://www.youtube.com/@stackernews' className='nav-link p-0 d-inline-flex'
72-
target='_blank' rel='noreferrer'
73-
>
74-
youtube
75-
</a>
76-
<span className='mx-2 text-muted'> \ </span>
77-
<a
78-
href='https://www.fountain.fm/show/Mg1AWuvkeZSFhsJZ3BW2' className='nav-link p-0 d-inline-flex'
79-
target='_blank' rel='noreferrer'
80-
>
81-
pod
82-
</a>
56+
<div className='d-flex justify-content-center'>
57+
<a
58+
href='https://njump.me/npub1jfujw6llhq7wuvu5detycdsq5v5yqf56sgrdq8wlgrryx2a2p09svwm0gx' className='nav-link p-0 d-inline-flex'
59+
target='_blank' rel='noreferrer'
60+
>
61+
nostr
62+
</a>
63+
<span className='mx-2 text-muted'> \ </span>
64+
<a
65+
href='https://twitter.com/stacker_news' className='nav-link p-0 d-inline-flex'
66+
target='_blank' rel='noreferrer'
67+
>
68+
twitter
69+
</a>
70+
<span className='mx-2 text-muted'> \ </span>
71+
<a
72+
href='https://www.youtube.com/@stackernews' className='nav-link p-0 d-inline-flex'
73+
target='_blank' rel='noreferrer'
74+
>
75+
youtube
76+
</a>
77+
</div>
78+
<div className='d-flex justify-content-center'>
79+
<a
80+
href='https://www.fountain.fm/show/Mg1AWuvkeZSFhsJZ3BW2' className='nav-link p-0 d-inline-flex'
81+
target='_blank' rel='noreferrer'
82+
>
83+
pod
84+
</a>
85+
<span className='mx-2 text-muted'> \ </span>
86+
<a
87+
href='https://www.plebpoet.com/zines.html' className='nav-link p-0 d-inline-flex'
88+
target='_blank' rel='noreferrer'
89+
>
90+
zines
91+
</a>
92+
</div>
8393
</Popover.Body>
8494
</Popover>
8595
)

0 commit comments

Comments
 (0)