Fleet UI: Cover data with header tooltips to be consistent (#29887)

This commit is contained in:
RachelElysia
2025-06-10 16:06:07 -04:00
committed by GitHub
parent c574c4db25
commit 44e6f27736
@@ -77,10 +77,7 @@ const FleetAppDetailsModal = ({
{slug && (
<DataSet
title={
<TooltipWrapper
tipContent={SLUG_TOOLTIP_MESSAGE}
position="top-start"
>
<TooltipWrapper tipContent={SLUG_TOOLTIP_MESSAGE}>
Fleet-maintained app slug
</TooltipWrapper>
}
@@ -110,10 +107,7 @@ const FleetAppDetailsModal = ({
{url && (
<DataSet
title={
<TooltipWrapper
tipContent={URL_TOOLTIP_MESSAGE}
position="top-start"
>
<TooltipWrapper tipContent={URL_TOOLTIP_MESSAGE}>
URL
</TooltipWrapper>
}