ui fixes
This commit is contained in:
parent
f9fcb27475
commit
4c5bba769e
@ -7,8 +7,7 @@
|
|||||||
|
|
||||||
export let topETFHolder;
|
export let topETFHolder;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
async function etfSelector(state)
|
async function etfSelector(state)
|
||||||
{
|
{
|
||||||
window?.scroll({ top: 0, left: 0, behavior: 'smooth' });
|
window?.scroll({ top: 0, left: 0, behavior: 'smooth' });
|
||||||
@ -30,7 +29,7 @@
|
|||||||
Top ETFs Holder
|
Top ETFs Holder
|
||||||
</h2>
|
</h2>
|
||||||
<p class="text-white mb-5 ml-4 mr-1">
|
<p class="text-white mb-5 ml-4 mr-1">
|
||||||
Gain valuable insights into ETFs with the largest allocation of <span class="text-blue-400">${$stockTicker}</span> in their portfolios.
|
ETFs with the largest estimated holdings in {$stockTicker}.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{#if topETFHolder?.length !== 0}
|
{#if topETFHolder?.length !== 0}
|
||||||
|
|||||||
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
export let data;
|
export let data;
|
||||||
export let title;
|
export let title;
|
||||||
|
export let color = '#202020'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if data?.user?.tier !== 'Pro'}
|
{#if data?.user?.tier !== 'Pro'}
|
||||||
<div class="px-5 sm:px-0 shadow-lg">
|
<div class="px-5 sm:px-0 shadow-lg">
|
||||||
<div class="sm:rounded-lg bg-[#202020] pl-10 pr-10 pb-10 pt-5 w-full h-full m-auto -mt-5 relative">
|
<div class="sm:rounded-lg bg-[{color}] pl-10 pr-10 pb-10 pt-5 w-full h-full m-auto -mt-5 relative">
|
||||||
|
|
||||||
<h3 class="text-white font-bold text-xl sm:text-2xl text-center">
|
<h3 class="text-white font-bold text-xl sm:text-2xl text-center">
|
||||||
Upgrade to Pro
|
Upgrade to Pro
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user