From 3743f6e11b8f1bcf0ef3221a9d6c2c71593d9270 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 22 Feb 2025 20:43:17 +0100 Subject: [PATCH] remove hoverstockchart in home screen --- src/routes/+page.svelte | 150 +++++++--------------------------------- 1 file changed, 24 insertions(+), 126 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index aa19faca..a6250d82 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -5,7 +5,6 @@ import * as Table from "$lib/components/shadcn/table/index.ts"; import ArrowUpRight from "lucide-svelte/icons/arrow-up-right"; import { abbreviateNumber } from "$lib/utils"; - import HoverStockChart from "$lib/components/HoverStockChart.svelte"; import { screenWidth } from "$lib/store"; import { compareTimes, formatTime, isPWAInstalled } from "$lib/utils"; import Infobox from "$lib/components/Infobox.svelte"; @@ -218,7 +217,10 @@ {#each gainersList as item} - + {item?.symbol}