From fca88c87c4be2418e8f2c8f294e78dae2676edcb Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Tue, 3 Sep 2024 00:13:35 +0200 Subject: [PATCH] ui fix --- src/routes/home/+page.svelte | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/routes/home/+page.svelte b/src/routes/home/+page.svelte index 3ac60e05..bed78c07 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -419,7 +419,10 @@ onMount( async() => { {/each} {:else} - Currently, there are no dividend announcement reports available. +
+ + Currently, there are no dividend announcement reports available. +
{/if} @@ -495,7 +498,10 @@ onMount( async() => { {/each} {:else} - Currently, there are no upcoming earnings reports available that include the latest analyst estimates. +
+ + Currently, there are no upcoming earnings reports available that include the latest analyst estimates. +
{/if} @@ -509,7 +515,7 @@ onMount( async() => { - {#if data?.getDasboard?.recentEarnings?.length !== 0} + {#if data?.getDashboard?.recentEarnings?.length !== 0} {:else} - Currently, there are no recent earnings reports available. +
+ + Currently, there are no recent earnings reports available. +
{/if}