diff --git a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx index 4b5ad28b..37a2042f 100644 --- a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx +++ b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx @@ -2,6 +2,8 @@ import clsx from "clsx"; import { useEffect, useMemo, useState } from "react"; +import Link from "next/link"; +import { ExternalLink } from "lucide-react"; import { CartesianGrid, Line, @@ -359,6 +361,19 @@ export function LiveTemperatureThresholdChart({ + {row?.market_slug ? ( +
+ + + {isEn ? "View on Polymarket" : "在 Polymarket 查看"} + +
+ ) : null} );