mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 11:05:45 +00:00
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:
parent
ad0a21cf0b
commit
b190e3140c
@ -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…
Reference in New Issue
Block a user