Skip to content

Commit

Permalink
update Card.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Guest committed Feb 8, 2016
1 parent c0e0b56 commit cacc7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/card/Card.jsx
Expand Up @@ -8,7 +8,7 @@ const Card = ({children, className, raised, ...other}) => {
}, className);

return (
<div className={classes} {...other}>
<div data-react-toolbox='card' className={classes} {...other}>
{children}
</div>
);
Expand Down

0 comments on commit cacc7d9

Please sign in to comment.