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:
@@ -19,14 +19,15 @@ const notify = () => {
|
||||
});
|
||||
};
|
||||
|
||||
export const Icon = ({children, reference, copyValue}: Icon) => {
|
||||
export const Icon = ({ children, reference, copyValue }: Icon) => {
|
||||
if (copyValue) {
|
||||
return (
|
||||
<a
|
||||
className={`cursor-pointer`}
|
||||
onClick={() => {
|
||||
notify(), copy(reference);
|
||||
}}>
|
||||
}}
|
||||
>
|
||||
{children}
|
||||
</a>
|
||||
);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import {IconType} from 'react-icons/lib';
|
||||
import { IconType } from 'react-icons/lib';
|
||||
import {
|
||||
FaDiscord,
|
||||
FaEnvelope,
|
||||
|
Reference in New Issue
Block a user