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 <mail@nsood.in>
naman/web-client-update-fixes
Naman Sood 6 months ago
parent 6570c6c1eb
commit 99cab72e4b

@ -15,7 +15,7 @@ export function UpdateAvailableNotification({
const [, setLocation] = useLocation()
return (
<Card>
<Card noPadding className="-mx-5 p-5 details-card">
<h2 className="mb-2">
Update available{" "}
{details.LatestVersion && `(v${details.LatestVersion})`}

Loading…
Cancel
Save