bracket spacing

This commit is contained in:
skidoodle 2022-10-22 23:48:17 +02:00
parent 5076ed4efb
commit 83f69ba0d5
5 changed files with 14 additions and 12 deletions

View file

@ -26,7 +26,8 @@ export const Icon = ({children, reference, copyValue}: Icon) => {
className={`cursor-pointer`}
onClick={() => {
notify(), copy(reference);
}}>
}}
>
{children}
</a>
);

View file

@ -67,7 +67,8 @@ export default function () {
<Icon
key={social.id}
reference={social.ref}
copyValue={social.copyValue}>
copyValue={social.copyValue}
>
{React.createElement(social.icon)}
</Icon>
))}