diff --git a/src/routes/market-mover/premarket/+layout.svelte b/src/routes/market-mover/premarket/+layout.svelte
index edd79846..84f349e6 100644
--- a/src/routes/market-mover/premarket/+layout.svelte
+++ b/src/routes/market-mover/premarket/+layout.svelte
@@ -1,8 +1,8 @@
-
-
-
-
- {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""}
- Premarket Top Stocks · Stocknear
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/src/routes/politicians/+page.svelte b/src/routes/politicians/+page.svelte
index bf728e64..4dee590e 100644
--- a/src/routes/politicians/+page.svelte
+++ b/src/routes/politicians/+page.svelte
@@ -3,8 +3,8 @@
import democraticBackground from "$lib/images/bg-democratic.png";
import otherBackground from "$lib/images/bg-other.png";
- import { numberOfUnreadNotification } from "$lib/store";
- import { abbreviateNumber } from "$lib/utils";
+ import SEO from "$lib/components/SEO.svelte";
+
import { onMount } from "svelte";
import { page } from "$app/stores";
@@ -141,43 +141,11 @@
}
-
-
-
- {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} US
- Politician Stock Trade Tracker · Stocknear
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
- import { numberOfUnreadNotification } from "$lib/store";
import { formatString, sectorNavigation } from "$lib/utils";
import HoverStockChart from "$lib/components/HoverStockChart.svelte";
import RatingsChart from "$lib/components/RatingsChart.svelte";
+ import SEO from "$lib/components/SEO.svelte";
export let data;
let cloudFrontUrl = import.meta.env.VITE_IMAGE_URL;
@@ -103,42 +103,10 @@
}
-
-
-
-
- {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Which
- stocks is {name} trading? · Stocknear
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
- {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Latest
- Congressional Trading · Stocknear
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+