diff --git a/.replit b/.replit index 0feb43d..e53b196 100644 --- a/.replit +++ b/.replit @@ -30,10 +30,6 @@ externalPort = 3003 localPort = 43349 externalPort = 3000 -[[ports]] -localPort = 46881 -externalPort = 4200 - [env] PORT = "5000" diff --git a/client/src/pages/Article.tsx b/client/src/pages/Article.tsx index 07b7d95..da04b2d 100644 --- a/client/src/pages/Article.tsx +++ b/client/src/pages/Article.tsx @@ -8,6 +8,7 @@ import { Input } from "@/components/ui/input"; import { TrendingUp, TrendingDown, DollarSign, Clock } from "lucide-react"; import { useToast } from "@/hooks/use-toast"; import { apiRequest, queryClient } from "@/lib/queryClient"; +import Footer from "@/components/Footer"; import type { Article, PredictionMarket } from "@shared/schema"; export default function Article() { @@ -364,6 +365,9 @@ export default function Article() { )} + + {/* Footer */} +