This commit is contained in:
MuslemRahimi 2024-06-22 09:32:17 +02:00
parent b0bc5f261c
commit 691cf8068f
2 changed files with 4 additions and 3 deletions

View File

@ -267,6 +267,9 @@ $: {
</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">
Latest Information

View File

@ -60,7 +60,6 @@
<!-- Other meta tags -->
<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:image" content="https://stocknear-pocketbase.s3.amazonaws.com/logo/meta_logo.jpg"/>
<meta property="og:type" content="website"/>
<!-- Add more Open Graph meta tags as needed -->
@ -68,7 +67,6 @@
<meta name="twitter:card" content="summary_large_image"/>
<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:image" content="https://stocknear-pocketbase.s3.amazonaws.com/logo/meta_logo.jpg"/>
<!-- Add more Twitter meta tags as needed -->
</svelte:head>
@ -97,7 +95,7 @@
<div>
<div class="flex flex-row justify-center items-center">
<h1 class="text-3xl sm:text-4xl text-white text-center font-bold mb-5">
Retail Trader Volume
Retail Trader Activity
</h1>
</div>