ui fix
This commit is contained in:
parent
0e3219fbf8
commit
c120d06053
@ -3,7 +3,6 @@
|
|||||||
import { screenWidth, numberOfUnreadNotification, displayCompanyName } from '$lib/store';
|
import { screenWidth, numberOfUnreadNotification, displayCompanyName } from '$lib/store';
|
||||||
import cardBackground from "$lib/images/bg-hedge-funds.png";
|
import cardBackground from "$lib/images/bg-hedge-funds.png";
|
||||||
import defaultAvatar from "$lib/images/hedge_funds/default-avatar.png";
|
import defaultAvatar from "$lib/images/hedge_funds/default-avatar.png";
|
||||||
import UpgradeToPro from '$lib/components/UpgradeToPro.svelte';
|
|
||||||
|
|
||||||
import { abbreviateNumber, formatString } from '$lib/utils';
|
import { abbreviateNumber, formatString } from '$lib/utils';
|
||||||
import InfiniteLoading from '$lib/components/InfiniteLoading.svelte';
|
import InfiniteLoading from '$lib/components/InfiniteLoading.svelte';
|
||||||
@ -720,13 +719,11 @@ function getYearFromDate(dateString) {
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
<UpgradeToPro data={data} title="Get the recent Options Flow Data from Hedge Funds and major institutional traders to never miss out"/>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user