mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
feat(ui): add id to social links container
This commit is contained in:
parent
2e22458d1a
commit
085c9dceff
@ -25,7 +25,7 @@ export const SocialLinks: FC<SocialLinksProps> = ({ links }) => {
|
||||
/>
|
||||
)}
|
||||
>
|
||||
<div className={styles.links}>
|
||||
<div className={styles.links} id="social-links">
|
||||
{links?.map(link => (
|
||||
<a
|
||||
key={link.platform}
|
||||
|
Loading…
x
Reference in New Issue
Block a user