diff --git a/src/routes/list/+layout.svelte b/src/routes/list/+layout.svelte index dd474ee4..e2e787bd 100644 --- a/src/routes/list/+layout.svelte +++ b/src/routes/list/+layout.svelte @@ -155,6 +155,10 @@ let navigation = [ title: 'Dividend Aristocrats', link: '/list/dividend-aristocrats' }, + { + title: 'All Active REITs on the US Stock Market', + link: '/list/reit-stocks' + }, ]; @@ -244,7 +248,7 @@ const combinedNavigation = navigation?.concat(updatedNavigation);

- Pro Subscription + Pro Subscription 🔥

@@ -255,30 +259,30 @@ const combinedNavigation = navigation?.concat(updatedNavigation);
{/if} -
goto('/analysts')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer"> +
goto('/watchlist')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer">

- Wallstreet Analyst + Watchlist ⭐

- Get the latest top Wall Street analyst ratings. + Build your watchlist to keep track of their performance.
- -
goto('/politicians')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer"> + +
goto('/stock-screener')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer">

- Congress Trading + Stock Screener 🔎

- Get the latest top Congress trading insights. + Build your Stock Screener to find profitable stocks.
diff --git a/src/routes/list/+page.svelte b/src/routes/list/+page.svelte index 41d24f56..21fd42d6 100644 --- a/src/routes/list/+page.svelte +++ b/src/routes/list/+page.svelte @@ -387,6 +387,11 @@ Dividend Aristocrats + +
  • + + All REITs +
  • @@ -399,6 +404,11 @@