1
0
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:
Matthias Kretschmann 2020-08-05 13:33:48 +02:00
parent 9aa921c22c
commit 991a646dd7
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -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%;
} }

View File

@ -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..." />
)} )}