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 { Chart } from "svelte-echarts";
import ScrollToTop from "$lib/components/ScrollToTop.svelte";
import { init, use } from "echarts/core";
import { LineChart, BarChart } from "echarts/charts";
@ -437,7 +438,7 @@
</div>
{:else}
<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>
<div class="space-y-4">
{#each Object.entries(groupedOrders) as [date, items], indexA}
@ -503,7 +504,7 @@
class="text-sm flex flex-col items-start w-full mb-1"
>
<span
class="text-white sm:text-lg font-semibold inline-block"
class="text-white text-lg font-semibold inline-block"
>{item.title}</span
>
</div>
@ -673,6 +674,8 @@
</div>
</section>
<ScrollToTop />
<style>
.app {
height: 500px;

View File

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