diff --git a/client-mu-plugins/goodbids/src/blocks/bidding/components/socket-error.tsx b/client-mu-plugins/goodbids/src/blocks/bidding/components/socket-error.tsx index 58f7934b..06b39aaf 100644 --- a/client-mu-plugins/goodbids/src/blocks/bidding/components/socket-error.tsx +++ b/client-mu-plugins/goodbids/src/blocks/bidding/components/socket-error.tsx @@ -1,6 +1,6 @@ import { AnimatePresence, motion } from 'framer-motion'; import { useBiddingState } from '../store'; -import { WarningIcon } from './icons/warning-icon'; +import { ClockIcon } from './icons/clock-icon'; export function SocketError() { const { hasSocketError, auctionStatus } = useBiddingState(); @@ -13,20 +13,18 @@ export function SocketError() { animate={{ opacity: 1 }} exit={{ opacity: 0 }} transition={{ duration: 0.2 }} - className="flex items-start gap-4 rounded bg-warning-bg p-4 text-warning-text" + className="flex items-start gap-4 rounded bg-gb-green-100 p-4 text-warning-text" >
- +

- Live auction updates suspended -

-

- We're having trouble fetching live updates for this - auctions. Updates will load every 30 seconds until - the issue is resolved. + + Auction updating every 30 seconds - refresh the + page for the latest updates +