diff --git a/app/routes/stocks.tsx b/app/routes/stocks.tsx index 85391a9..703df1a 100644 --- a/app/routes/stocks.tsx +++ b/app/routes/stocks.tsx @@ -1,4 +1,4 @@ -import StockViewer from "../components/StockViewer"; +import MostActiveStocks from "../components/MostActiveStocks"; import Navbar from "../components/Navbar"; export default function Stocks() { @@ -9,15 +9,15 @@ export default function Stocks() {
- Analyze technical indicators for any stock symbol. + Real-time view of the most actively traded stocks, auto-refreshing every 30 seconds.