diff --git a/client/src/document/baseline-indicator.tsx b/client/src/document/baseline-indicator.tsx index b57668e38eee..f3cfb77fbe5d 100644 --- a/client/src/document/baseline-indicator.tsx +++ b/client/src/document/baseline-indicator.tsx @@ -127,7 +127,7 @@ export function BaselineIndicator({ ? "Widely available" : low_date?.getFullYear()} - {status.asterisk ? " *" : ""} + {status.asterisk && " *"} > ) : ( Limited availability @@ -181,6 +181,9 @@ export function BaselineIndicator({ most widely-used browsers.
)} + {status.asterisk && ( +* Some parts of this feature may have varying levels of support
+ )}