diff --git a/src/routes/home/+page.svelte b/src/routes/home/+page.svelte index 4657cb81..03e4f223 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -85,73 +85,73 @@ onMount( async() => {
-
+
- Most Active + Most Active - {quickInfo?.active?.symbol} -

- ${quickInfo?.active?.price} + {quickInfo?.active?.symbol} +

+ {#if quickInfo?.active?.changesPercentage >=0} - + +{quickInfo?.active?.changesPercentage?.toFixed(2)}% {:else} - + {quickInfo?.active?.changesPercentage?.toFixed(2)}% {/if}

-