mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
bracket spacing
This commit is contained in:
@@ -26,7 +26,8 @@ export const Icon = ({children, reference, copyValue}: Icon) => {
|
|||||||
className={`cursor-pointer`}
|
className={`cursor-pointer`}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
notify(), copy(reference);
|
notify(), copy(reference);
|
||||||
}}>
|
}}
|
||||||
|
>
|
||||||
{children}
|
{children}
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -67,7 +67,8 @@ export default function () {
|
|||||||
<Icon
|
<Icon
|
||||||
key={social.id}
|
key={social.id}
|
||||||
reference={social.ref}
|
reference={social.ref}
|
||||||
copyValue={social.copyValue}>
|
copyValue={social.copyValue}
|
||||||
|
>
|
||||||
{React.createElement(social.icon)}
|
{React.createElement(social.icon)}
|
||||||
</Icon>
|
</Icon>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user