From 3eb16d6bc65e8c3b03a1b5172665304ef24b254e Mon Sep 17 00:00:00 2001 From: Jared Schoeny Date: Mon, 22 Dec 2025 19:19:57 -1000 Subject: [PATCH] Improve StickyActionBar error style and messaging --- src/components/Hack/StickyActionBar.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Hack/StickyActionBar.tsx b/src/components/Hack/StickyActionBar.tsx index bc5b74b..61e427b 100644 --- a/src/components/Hack/StickyActionBar.tsx +++ b/src/components/Hack/StickyActionBar.tsx @@ -156,11 +156,12 @@ export default function StickyActionBar({ {errorMessage !== null && (
- {errorMessage} +

{errorMessage}

+

If the issue persists, try clearing your browser cache or using a different browser.

)}