From 0c6419a743c9d311692e84960a0ba3962f696ab5 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 20 Jul 2024 13:09:13 +0200 Subject: [PATCH] ui fix --- src/routes/home/+page.svelte | 73 ++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 36 deletions(-) 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}

-