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>
This commit is contained in:
Naman Sood 2023-12-13 13:38:38 -05:00
parent ad0a21cf0b
commit b190e3140c

View File

@ -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})`}