diff --git a/.replit b/.replit index b0526f5..52d9378 100644 --- a/.replit +++ b/.replit @@ -22,6 +22,10 @@ externalPort = 3002 localPort = 37531 externalPort = 3001 +[[ports]] +localPort = 40661 +externalPort = 3003 + [[ports]] localPort = 43349 externalPort = 3000 diff --git a/client/src/pages/AuctionGuide.tsx b/client/src/pages/AuctionGuide.tsx index decd01e..6b278f9 100644 --- a/client/src/pages/AuctionGuide.tsx +++ b/client/src/pages/AuctionGuide.tsx @@ -12,6 +12,10 @@ import { } from "lucide-react"; export default function AuctionGuide() { + const handleGoBack = () => { + window.history.back(); + }; + return (
{/* Header */} @@ -33,18 +37,17 @@ export default function AuctionGuide() { variant="ghost" size="sm" className="relative" + onClick={handleGoBack} data-testid="button-auction-guide" > {/* Triangle indicator */} -
- - - +
+