update Card.jsx

old
Fred Guest 2016-02-08 10:32:37 -08:00
parent c0e0b5679c
commit cacc7d9cab
1 changed files with 1 additions and 1 deletions

View File

@ -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>
);