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