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

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 => ( {links?.map(link => (
<a <a
key={link.platform} key={link.platform}