From d70a814fec31d51b5cdad32701823c8bea0f5448 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 31 Jul 2024 09:07:01 +0200 Subject: [PATCH] update --- src/routes/heatmaps/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/heatmaps/+page.svelte b/src/routes/heatmaps/+page.svelte index 377d45b5..43c01b80 100644 --- a/src/routes/heatmaps/+page.svelte +++ b/src/routes/heatmaps/+page.svelte @@ -373,8 +373,8 @@ $: {
- Today, took the lead as the {displayIndex} largest loser, marking a total return of {lowestSum?.toFixed(2)}%, - while surged ahead as the top performer with an impressive return of {highestSum?.toFixed(2)}%. + Today, took the lead as the {displayIndex} largest loser, marking a cumulative return of {lowestSum?.toFixed(2)}%, + while surged ahead as the top performer with an impressive cumulative return of {highestSum?.toFixed(2)}%.