diff --git a/components/Button/index.tsx b/components/Button/index.tsx index df8164f7..19bee2c1 100644 --- a/components/Button/index.tsx +++ b/components/Button/index.tsx @@ -33,15 +33,15 @@ class Button extends React.Component { let icon if (this.props.type === 'new') { icon = - + } else if (this.props.type === 'menu') { icon = - + } else if (this.props.type === 'link') { icon = - + }