mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-14 17:24:51 +01:00
small price on asset teaser
This commit is contained in:
parent
9aa921c22c
commit
991a646dd7
@ -12,6 +12,6 @@
|
||||
|
||||
.small {
|
||||
/* lazy making-conversion-smaller-with-same-markup */
|
||||
transform: scale(0.7);
|
||||
transform: scale(0.8);
|
||||
transform-origin: left 80%;
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ const AssetTeaser: React.FC<AssetTeaserProps> = ({
|
||||
|
||||
<footer className={styles.foot}>
|
||||
{price ? (
|
||||
<Price price={price} />
|
||||
<Price price={price} small />
|
||||
) : (
|
||||
<Loader message="Retrieving price..." />
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user