Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d4e728

Browse files
committedDec 18, 2023
Fix agent outdated tooltip role
1 parent 77fec0e commit 0d4e728

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎site/src/components/Resources/AgentOutdatedTooltip.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ export const AgentOutdatedTooltip: FC<AgentOutdatedTooltipProps> = ({
4848
return (
4949
<HelpTooltip>
5050
<HelpTooltipTrigger>
51-
<span
52-
role="presentation"
53-
aria-label="latency"
54-
css={{ cursor: "pointer" }}
55-
>
51+
<span role="status" css={{ cursor: "pointer" }}>
5652
{status === agentVersionStatus.Outdated ? "Outdated" : "Deprecated"}
5753
</span>
5854
</HelpTooltipTrigger>

0 commit comments

Comments
 (0)
Failed to load comments.