diff --git a/app/stats/page-client.tsx b/app/stats/page-client.tsx index e938dadb..41143c87 100644 --- a/app/stats/page-client.tsx +++ b/app/stats/page-client.tsx @@ -1,10 +1,16 @@ "use client" +import { Info } from "lucide-react" + import { InflowsChart } from "@/app/stats/charts/inflows-chart" import { TimeToFillCard } from "@/app/stats/charts/time-to-fill-card" import { TvlChart } from "@/app/stats/charts/tvl-chart" import { VolumeChart } from "@/app/stats/charts/volume-chart" +import { Button } from "@/components/ui/button" + +import { HELP_CENTER_ARTICLES } from "@/lib/constants/articles" + export function PageClient() { return (
@@ -13,8 +19,24 @@ export function PageClient() {

Time to Fill

-
+
+
+ +
@@ -25,7 +47,6 @@ export function PageClient() { Total Value Locked - {}

diff --git a/components/animated-slider.tsx b/components/animated-slider.tsx index 8a8bf214..ae761e86 100644 --- a/components/animated-slider.tsx +++ b/components/animated-slider.tsx @@ -28,7 +28,7 @@ export function Slider({ {value?.[0] != null && (