ui fixes
This commit is contained in:
parent
b0bc5f261c
commit
691cf8068f
@ -267,6 +267,9 @@ $: {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="text-white mt-6">
|
||||||
|
The line chart shows dollar volume, while the bar chart indicates sentiment from -100 to 100, with negative values for more selling and positive values for more buying.
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2 class="mt-10 mr-1 flex flex-row items-center text-white text-xl sm:text-2xl font-bold mb-3">
|
<h2 class="mt-10 mr-1 flex flex-row items-center text-white text-xl sm:text-2xl font-bold mb-3">
|
||||||
Latest Information
|
Latest Information
|
||||||
|
|||||||
@ -60,7 +60,6 @@
|
|||||||
<!-- Other meta tags -->
|
<!-- Other meta tags -->
|
||||||
<meta property="og:title" content={`Most Retail Investor Volume · stocknear`}/>
|
<meta property="og:title" content={`Most Retail Investor Volume · stocknear`}/>
|
||||||
<meta property="og:description" content={`On a daily basis we update the retail investor volume to see where most money flows into.`} />
|
<meta property="og:description" content={`On a daily basis we update the retail investor volume to see where most money flows into.`} />
|
||||||
<meta property="og:image" content="https://stocknear-pocketbase.s3.amazonaws.com/logo/meta_logo.jpg"/>
|
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<!-- Add more Open Graph meta tags as needed -->
|
<!-- Add more Open Graph meta tags as needed -->
|
||||||
|
|
||||||
@ -68,7 +67,6 @@
|
|||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
<meta name="twitter:title" content={`Most Retail Investor Volume · stocknear`}/>
|
<meta name="twitter:title" content={`Most Retail Investor Volume · stocknear`}/>
|
||||||
<meta name="twitter:description" content={`On a daily basis we update the retail investor volume to see where most money flows into.`} />
|
<meta name="twitter:description" content={`On a daily basis we update the retail investor volume to see where most money flows into.`} />
|
||||||
<meta name="twitter:image" content="https://stocknear-pocketbase.s3.amazonaws.com/logo/meta_logo.jpg"/>
|
|
||||||
<!-- Add more Twitter meta tags as needed -->
|
<!-- Add more Twitter meta tags as needed -->
|
||||||
|
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
@ -97,7 +95,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="flex flex-row justify-center items-center">
|
<div class="flex flex-row justify-center items-center">
|
||||||
<h1 class="text-3xl sm:text-4xl text-white text-center font-bold mb-5">
|
<h1 class="text-3xl sm:text-4xl text-white text-center font-bold mb-5">
|
||||||
Retail Trader Volume
|
Retail Trader Activity
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user