From 495636f1cb1daa4564ea7eb38449173025291417 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Fri, 9 Aug 2024 10:09:05 +0200 Subject: [PATCH] update dashboard && component --- src/lib/components/CorporateLobbying.svelte | 8 ++++---- src/routes/home/+page.svelte | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/components/CorporateLobbying.svelte b/src/lib/components/CorporateLobbying.svelte index 7bbea095..eac00336 100644 --- a/src/lib/components/CorporateLobbying.svelte +++ b/src/lib/components/CorporateLobbying.svelte @@ -159,7 +159,7 @@ $: { -
+
@@ -176,10 +176,10 @@ $: { {#if data?.user?.tier === 'Pro'} {#if isLoaded} {#if rawData?.length !== 0} -
+
-
+
Explore {$displayCompanyName}'s lobbying strategy by analyzing their annual spending to influence lawmakers towards favorable regulation and legislation alignment.
@@ -190,7 +190,7 @@ $: {
-
+
The company allocated an average of {abbreviateNumber(avgAmount,true)} annually towards lobbying efforts, reaching its peak at {abbreviateNumber(displayMaxLobbying,true)} in {displayYear}.
diff --git a/src/routes/home/+page.svelte b/src/routes/home/+page.svelte index 3933cc65..35d50c3a 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -373,7 +373,7 @@ onMount( async() => {
- +
@@ -407,7 +407,7 @@ onMount( async() => { - +