make file thumbnails match the design

This commit is contained in:
Matthew Hodgson 2015-08-14 14:44:10 +01:00
parent 12e53f5046
commit e1efb165fd
6 changed files with 40 additions and 8 deletions

View file

@ -45,7 +45,7 @@ module.exports = React.createClass({
}
return (
<span className={classes}>
{name}
{name} { this.props.aux }
</span>
);
},