feat(ui): add id to social links container
This commit is contained in:
@@ -25,7 +25,7 @@ export const SocialLinks: FC<SocialLinksProps> = ({ links }) => {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className={styles.links}>
|
<div className={styles.links} id="social-links">
|
||||||
{links?.map(link => (
|
{links?.map(link => (
|
||||||
<a
|
<a
|
||||||
key={link.platform}
|
key={link.platform}
|
||||||
|
|||||||
Reference in New Issue
Block a user