feat(ui): add id to social links container

This commit is contained in:
Gabe Kangas 2023-05-08 08:56:10 -07:00
parent 2e22458d1a
commit 085c9dceff
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -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}