From c7817fcdcb8a31809be3ee6042a10d3498803412 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Thu, 12 Dec 2024 23:35:15 -0800 Subject: [PATCH] Make sync error text red --- src/components/sync-status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sync-status.tsx b/src/components/sync-status.tsx index 5e3089bd..b6bbe436 100644 --- a/src/components/sync-status.tsx +++ b/src/components/sync-status.tsx @@ -26,7 +26,7 @@ export function useSyncStatusText() { } if (isSyncError) { - return "Sync error" + return Sync error } return "Syncing…"