This commit is contained in:
MuslemRahimi 2024-07-27 23:27:34 +02:00
parent 86d7aec40f
commit c42aa4a541
2 changed files with 1 additions and 5 deletions

View File

@ -345,7 +345,6 @@ $: {
<a href="/analysts" class="text-[1rem] text-white ml-4 mt-4">Top Analyst</a>
<a href="/analysts/top-stocks" class="text-[1rem] text-white ml-4 mt-4">Top Analyst Stocks</a>
<a href="/most-shorted-stocks" class="text-[1rem] text-white ml-4 mt-4">Shorted Stocks</a>
<a href="/most-retail-volume" class="text-[1rem] text-white ml-4 mt-4">Retail Trader Tracker</a>
<a href="/stock-screener" class="text-[1rem] text-white ml-4 mt-4">Stock Screener</a>
<a href="/market-mover" class="text-[1rem] text-white ml-4 mt-4">Market Mover</a>
<a href="/heatmaps" class="text-[1rem] text-white ml-4 mt-4">Heatmaps</a>
@ -606,9 +605,6 @@ $: {
<Button builders={[builder]} type="submit" class="bg-[#141417] hover:bg-[#141417]">
<a href="/most-shorted-stocks" class="text-[1rem] text-white ml-4 mt-4">Shorted Stocks</a>
</Button>
<Button builders={[builder]} type="submit" class="bg-[#141417] hover:bg-[#141417]">
<a href="/most-retail-volume" class="text-[1rem] text-white ml-4 mt-4">Retail Trader Tracker</a>
</Button>
<Button builders={[builder]} type="submit" class="bg-[#141417] hover:bg-[#141417]">
<a href="/stock-screener" class="text-[1rem] text-white ml-4 mt-4">Stock Screener</a>
</Button>

View File

@ -240,7 +240,7 @@ const optionCompanySpread = {
],
series: [
{
name: 'Company Spreads',
name: 'Company Spread',
type: 'bar',
smooth: true,
barWidth: '90%',