update: Transaction Page
This commit is contained in:
@@ -31,7 +31,7 @@ export class ItemCard extends React.Component {
|
||||
|
||||
return (
|
||||
<Card className={'itemCard'}>
|
||||
<img className={'imageCard'} style={{height:59,width:120}} src={data.image} />
|
||||
<img className={'imageCard'} src={data.image} />
|
||||
<p className={'titleCard'}>{data.name}</p>
|
||||
</Card>
|
||||
)
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
.imageCard{
|
||||
width: 120px;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
.titleCard{
|
||||
|
||||
Reference in New Issue
Block a user