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}