diff --git a/src/routes/potus-tracker/+page.svelte b/src/routes/potus-tracker/+page.svelte index 84552267..5ba03fdf 100644 --- a/src/routes/potus-tracker/+page.svelte +++ b/src/routes/potus-tracker/+page.svelte @@ -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 @@ {:else}

- AI-Powered Analysis of the Latest Executive Orders + AI Analysis of Recent Executive Orders

{#each Object.entries(groupedOrders) as [date, items], indexA} @@ -503,7 +504,7 @@ class="text-sm flex flex-col items-start w-full mb-1" > {item.title}
@@ -673,6 +674,8 @@ + +