diff --git a/src/routes/sitemap.xml/+server.ts b/src/routes/sitemap.xml/+server.ts index ff30ac47..37aeb515 100644 --- a/src/routes/sitemap.xml/+server.ts +++ b/src/routes/sitemap.xml/+server.ts @@ -67,7 +67,8 @@ const pages = [ { title: "/hedge-funds" }, { title: "/login" }, { title: "/register" }, - { title: "/watchlist" }, + { title: "/watchlist/stocks" }, + { title: "/watchlist/options" }, //{ title: "/leaderboard" }, //{ title: "/tournament-rules" }, { title: "/pricing" }, diff --git a/src/routes/watchlist/+layout.svelte b/src/routes/watchlist/+layout.svelte index 2ee03433..b65ebf4a 100644 --- a/src/routes/watchlist/+layout.svelte +++ b/src/routes/watchlist/+layout.svelte @@ -110,7 +110,7 @@ let activeIdx = 0;
{#each tabs as item, i} - + {/each}
diff --git a/src/routes/watchlist/options/+page.svelte b/src/routes/watchlist/options/+page.svelte index a08320e7..b11d6b37 100644 --- a/src/routes/watchlist/options/+page.svelte +++ b/src/routes/watchlist/options/+page.svelte @@ -237,9 +237,13 @@ onMount(async () => { handleFilter(item?.id)} class="flex flex-row items-center text-sm sm:text-[1rem] text-start"> - + {#if !editMode} + {item?.ticker} + {:else} + {item?.ticker} + {/if} {formatDate(item?.date)} @@ -316,6 +320,17 @@ onMount(async () => { +
+ + Add your unusual options contracts and start tracking them now! + + + Follow the Whales + + + +
+ {:else}