improvement: address feedback

This commit is contained in:
Scott Wilson
2025-12-03 13:42:52 -08:00
parent 0e5cadd997
commit 72799f6b00

View File

@@ -29,7 +29,7 @@ const Tag = ({ label, value }: TagProps) => {
<Tooltip
side="right"
className="max-w-sm"
content="This endpoint doesn't require authentication, so the requesting actor cannot be identified."
content="This action doesn't require authentication, so the requesting actor cannot be identified."
>
<InfoIcon size={14} className="text-mineshaft-300" />
</Tooltip>