diff --git a/src/lib/components/TickerInfoCard.svelte b/src/lib/components/TickerInfoCard.svelte index 8305a885..5a926487 100644 --- a/src/lib/components/TickerInfoCard.svelte +++ b/src/lib/components/TickerInfoCard.svelte @@ -121,48 +121,49 @@ $: {

Company Info

-
- - +
+
+ - - - - + + + + - - - - + + + + - - - - + + + + + - - - - + + + + - - - - + + + + - - - - + + + +
CEO{ceoName}Industry{industry}CEO{ceoName}Country{country}
Country{country}Sector{sector}Sector{sector}Employees{employees}
Employees{employees}Exchange{exchange}Industry{industry}Exchange{exchange}
Mkt Cap{marketCap}Avg. Volume{avgVolume}Mkt Cap{marketCap}Avg. Volume{avgVolume}
EPS (TTM){epsTTM}PE Ratio (TTM){peTTM}EPS (TTM){epsTTM}PE Ratio (TTM){peTTM}
Shares Out.{abbreviateNumber(sharesOutstanding)}Forward PE{forwardPE === undefined ? '-' : forwardPE}Shares Out.{abbreviateNumber(sharesOutstanding)}Forward PE{forwardPE === undefined ? '-' : forwardPE}
@@ -217,4 +218,4 @@ $: { - + \ No newline at end of file