diff --git a/src/lib/components/CommunitySentiment.svelte b/src/lib/components/CommunitySentiment.svelte index d819226c..4b8df587 100644 --- a/src/lib/components/CommunitySentiment.svelte +++ b/src/lib/components/CommunitySentiment.svelte @@ -98,13 +98,13 @@ $: {
-
diff --git a/src/lib/components/TickerInfoCard.svelte b/src/lib/components/TickerInfoCard.svelte index 1c078b07..1533ff3a 100644 --- a/src/lib/components/TickerInfoCard.svelte +++ b/src/lib/components/TickerInfoCard.svelte @@ -128,41 +128,41 @@ $: { CEO {ceoName} - Country - {country} + Country + {country} Sector {sector} - Employees - {employees} + Employees + {employees} Industry {industry} - Exchange - {exchange} + Exchange + {exchange} Mkt Cap {marketCap} - Avg. Volume - {avgVolume} + Avg. Volume + {avgVolume} EPS (TTM) {epsTTM} - PE Ratio (TTM) - {peTTM} + PE Ratio (TTM) + {peTTM} Shares Out. {abbreviateNumber(sharesOutstanding)} - Forward PE - {forwardPE === undefined ? '-' : forwardPE} + Forward PE + {forwardPE === undefined ? '-' : forwardPE}