From b190e3140c8269a1be69c04b5c75e158d97c2ebf Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Wed, 13 Dec 2023 13:38:38 -0500 Subject: [PATCH] client/web: fix UI bug in self-update card Updates #10187. The other cards had been updated to use a slightly different styling, but this one had not. Signed-off-by: Naman Sood --- client/web/src/components/update-available.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/src/components/update-available.tsx b/client/web/src/components/update-available.tsx index 763007de8..6725ffdb0 100644 --- a/client/web/src/components/update-available.tsx +++ b/client/web/src/components/update-available.tsx @@ -15,7 +15,7 @@ export function UpdateAvailableNotification({ const [, setLocation] = useLocation() return ( - +

Update available{" "} {details.LatestVersion && `(v${details.LatestVersion})`}