This commit is contained in:
MuslemRahimi 2025-02-07 14:44:54 +01:00
parent ec8c582e3f
commit 522c300175
2 changed files with 6 additions and 4 deletions

View File

@ -7,6 +7,7 @@
import ArrowLogo from "lucide-svelte/icons/move-up-right"; import ArrowLogo from "lucide-svelte/icons/move-up-right";
import { Chart } from "svelte-echarts"; import { Chart } from "svelte-echarts";
import ScrollToTop from "$lib/components/ScrollToTop.svelte";
import { init, use } from "echarts/core"; import { init, use } from "echarts/core";
import { LineChart, BarChart } from "echarts/charts"; import { LineChart, BarChart } from "echarts/charts";
@ -437,7 +438,7 @@
</div> </div>
{:else} {:else}
<h3 class="text-white text-lg font-semibold mb-2 mt-6"> <h3 class="text-white text-lg font-semibold mb-2 mt-6">
AI-Powered Analysis of the Latest Executive Orders AI Analysis of Recent Executive Orders
</h3> </h3>
<div class="space-y-4"> <div class="space-y-4">
{#each Object.entries(groupedOrders) as [date, items], indexA} {#each Object.entries(groupedOrders) as [date, items], indexA}
@ -503,7 +504,7 @@
class="text-sm flex flex-col items-start w-full mb-1" class="text-sm flex flex-col items-start w-full mb-1"
> >
<span <span
class="text-white sm:text-lg font-semibold inline-block" class="text-white text-lg font-semibold inline-block"
>{item.title}</span >{item.title}</span
> >
</div> </div>
@ -673,6 +674,8 @@
</div> </div>
</section> </section>
<ScrollToTop />
<style> <style>
.app { .app {
height: 500px; height: 500px;

View File

@ -111,7 +111,7 @@
> >
OI OI
</a> </a>
<!--
<a <a
href={`/stocks/${$stockTicker}/options/gex`} href={`/stocks/${$stockTicker}/options/gex`}
on:click={() => changeSubSection("gex")} on:click={() => changeSubSection("gex")}
@ -130,7 +130,6 @@
> >
DEX DEX
</a> </a>
-->
</ul> </ul>
</nav> </nav>
<div class="mt-2 sm:mt-0"> <div class="mt-2 sm:mt-0">