From f2f2319da61d3168312db4af47c3d41d8a5427f0 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 18 Dec 2024 13:34:04 +0100 Subject: [PATCH] ui fix --- .../[tickerID]/statistics/employees/+layout.svelte | 10 +++++----- .../[tickerID]/statistics/market-cap/+layout.svelte | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/routes/stocks/[tickerID]/statistics/employees/+layout.svelte b/src/routes/stocks/[tickerID]/statistics/employees/+layout.svelte index f81833de..b0af19b3 100644 --- a/src/routes/stocks/[tickerID]/statistics/employees/+layout.svelte +++ b/src/routes/stocks/[tickerID]/statistics/employees/+layout.svelte @@ -42,16 +42,16 @@
-

Related Stocks

+

Related Stocks

-
Company Employees
{item?.symbol}{item?.employees !== null && item?.employees !== undefined ? parseFloat(item?.employees).toLocaleString( diff --git a/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte b/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte index df16eb94..569efab7 100644 --- a/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte +++ b/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte @@ -107,16 +107,16 @@
-

Related Stocks

+

Related Stocks

0} -
Company Market Cap
{item?.symbol}{abbreviateNumber(item?.marketCap)}