Skip to content

Commit

Permalink
feat: conflict 해결 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavegaa committed Dec 3, 2020
1 parent b93375e commit 29ab4eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Icon/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,7 @@ background-position: ${({ type }) => (type === 'bubble_white' ? '-44px -36px'
`;

export default function Icon({
<<<<<<< HEAD
type, alt, style, src, isCircle, func,
=======
type, alt, style, src, func,
>>>>>>> 36cc98b1628a92bc7e7794c3fe2bc527ec556a4e
}) {
const [size, setSize] = useState('md');
useEffect(() => {
Expand Down Expand Up @@ -171,10 +167,7 @@ export default function Icon({
size={size}
title={alt}
onClick={func}
<<<<<<< HEAD
circle={isCircle}
=======
>>>>>>> 36cc98b1628a92bc7e7794c3fe2bc527ec556a4e
/>
);
}
Expand Down

0 comments on commit 29ab4eb

Please sign in to comment.