From 015ab60f747a04591b3f20f1d7a2fd0d5be870fa Mon Sep 17 00:00:00 2001 From: jaspercroome <128058464+jaspercroome@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:52:48 -0700 Subject: [PATCH] na: adjust socket error messaging (#864) * less aggressively bad * wording tweak --- .../blocks/bidding/components/socket-error.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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 58f7934b5..06b39aaf5 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 +