diff --git a/src/lib/components/AnalystCard.svelte b/src/lib/components/AnalystCard.svelte index b64569af..ee37af94 100644 --- a/src/lib/components/AnalystCard.svelte +++ b/src/lib/components/AnalystCard.svelte @@ -46,7 +46,7 @@
{rawData?.bullSays}
diff --git a/src/lib/components/Correlation.svelte b/src/lib/components/Correlation.svelte index 153e2e99..bbc3e276 100644 --- a/src/lib/components/Correlation.svelte +++ b/src/lib/components/Correlation.svelte @@ -127,7 +127,7 @@{#if quickInfo?.topSector?.changesPercentage >=0} - +{abbreviateNumber(quickInfo?.topSector?.changesPercentage?.toFixed(2))}% + +{abbreviateNumber(quickInfo?.topSector?.changesPercentage?.toFixed(2))}% {:else} {abbreviateNumber(quickInfo?.topSector?.changesPercentage?.toFixed(2))}% diff --git a/src/routes/analysts/+page.svelte b/src/routes/analysts/+page.svelte index c37f4be9..669432fd 100644 --- a/src/routes/analysts/+page.svelte +++ b/src/routes/analysts/+page.svelte @@ -260,14 +260,14 @@ $: {